COLOR #E06592

HEX: #E06592
RGB: (224,101,146)

Color info

#E06592 contains mainly red color. Web safe color of #E06592 is #CC6699 (or #C69).

RGB color model

#E06592 color RGB value is (224,101,146).

  • red value is 224;
  • green value is 101;
  • blue value is 146.
RGB:
(224,101,146)
(88%,40%,57%)

RGB channels and saturation

R 224 of 255 = 88%
G 101 of 255 = 40%
B 146 of 255 = 57%

224
101
146

R + G + B ~ 62%. #E06592 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 101 + 146 = 471 (100%)
R 224 of 471 ~ 47.56%
G 101 of 471 ~ 21.44%
B 146 of 471 ~ 31%

%47.56
%21.44
%31

CMYK color model

#E06592 color CMYK value is (0,55,35,12).

  • cyan value is 0.00%
  • magenta value is 54.91%
  • yellow value is 34.82%
  • key color value is 12.16%
CMYK:
(0,55,35,12)
C0M55Y35K12 
(0%,55%,35%,12%)
(0.00/0.55/0.35/0.12)	

CMYK percentages

%0
%54.91
%34.82
%12.16

Codes

Color #E06592 in popluar color models

E06592
RGB224101146
HSL338°66.49%63.73%
HSB/HSV338°54.91%87.84%
CMYK0.00%54.91%34.82%
12.16%

Color #E06592 in popluar number systems.

HEXE06592
Decimal224101146
Binary11100000110010110010010
Octal340145222

Shades and tints

Shades of #E06592

#E06592
(224,101,146)
#CC5C85
(204,92,133)
#B85378
(184,83,120)
#A44A6B
(164,74,107)
#90415E
(144,65,94)
#7C3851
(124,56,81)
#682F44
(104,47,68)
#542637
(84,38,55)
#401D2A
(64,29,42)
#2C141D
(44,20,29)
#180B10
(24,11,16)
#000000
(0,0,0)

Tints of #E06592

#E06592
(224,101,146)
#E2739B
(226,115,155)
#E481A4
(228,129,164)
#E68FAD
(230,143,173)
#E89DB6
(232,157,182)
#EAABBF
(234,171,191)
#ECB9C8
(236,185,200)
#EEC7D1
(238,199,209)
#F0D5DA
(240,213,218)
#F2E3E3
(242,227,227)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06592 color. Also use rgb(224,101,146) instead hex code.

Text Font Color

.myTextColor { color: #E06592; }

<p style="color:#E06592">This sample text font color is #E06592.</p>

This text font color is #E06592.


Background Color

.myBgColor { background-color: #E06592; }

<div style="background-color:#E06592">Inner text</div>

This div background color is #E06592.


Border color

.myBorderColor { border: 1px solid #E06592; }

<div style="border:3px solid #E06592">Div</div>

This div border color is #E06592.


Opacity

.myOpacity80 { color: #E06592; opacity: 0.8; }

<p style="color:#E06592;opacity:0.8;">80%</p>

Text with #E06592 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E06592;}

<p style="text-shadow: 3px 3px 1px #E06592">Text here.</p>

This text has shadow with #E06592 color.

.textShadow {text-shadow: 3px 3px 1px #E06592, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E06592, 5px 5px 20px red">Text here.</p>

This text has shadow with #E06592 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E06592, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E06592, Direction=45, Strength=4)">Text</p>

This text has shadow with #E06592 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E06592;
  -webkit-box-shadow:	1px 1px 3px 2px #E06592;
  box-shadow:		1px 1px 3px 2px #E06592;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E06592;
-webkit-box-shadow: 1px 1px 3px 2px #E06592;
box-shadow:1px 1px 3px 2px #E06592;">
Div content here</div>
This div box has shadow with color #E06592.

Preview

Color preview on black background

This text has color #E06592 on black background.


Color preview on white background

This text has color #E06592 on white background.



Black color preview on #E06592 background

This text has black color on #E06592 background.


White color preview on #E06592 background

This text has white color on #E06592 background.