Html Css Color HEX #E06E8C Deep Blush

📋 copy color: '#E06E8C'

red 224 ◦ green 110 ◦ blue 140

#E06E8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #E06E8C

Tints of Deep Blush #E06E8C

RGB

 RED value IS 224 (87.89% from 255) = 47.26%

 GREEN value IS 110 (43.36% from 255) = 23.21%

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 47.26%
G = 23.21%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E06E8C (or 0xE06E8C) is known color: Deep Blush. HEX triplet: E0, 6E and 8C. RGB value is (224,110,140). Sum of RGB (Red+Green+Blue) = 224+110+140=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06E8C is #1F9173. Grayscale: #939393. Windows color (decimal): -2068852 or 9203424. OLE color: 9203424.

HSL color Cylindrical-coordinate representation of color #E06E8C: hue angle of 344.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06E8C is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 110 140 -
CMYK 0 0.51 0.38 0.12
HSL 344.21º 0.65% 0.65% -
HSV(B) 344.21º 0.51% 0.88% -
XYZ 41.05 28.89 28.22 -
YUV 147.51 123.77 182.56 -
System Red Green Blue C M Y K H S L
Decimal 224 110 140 0 0.51 0.38 0.12 344.21 0.65 0.65
Hex E0 6E 8C 0 33 26 C 158 41 41
Octal 340 156 214 0 63 46 14 530 101 101
Binary 11100000 1101110 10001100 0 110011 100110 1100 101011000 1000001 1000001

Color Harmonies of #E06E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06E8C

Black with #E06E8C

Text Example


Text Example

White with #E06E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06E8C; }

 p { color: rgb(224,110,140); }

 H1.HeaderClassName
 {
   color: #E06E8C;
 }
 .AnyTagClassName
 {
   color: #E06E8C;
 }
</style>

background-color css

<style>
 a { background-color: #E06E8C; }

 a { background-color: rgb(224,110,140); }

 div.DivClassName
 {
   background-color: #E06E8C;
 }
 .BgClassName
 {
   background-color: #E06E8C;
 }
</style>

border-color css

<style>
 span { border-color: #E06E8C; }

 span { border-color: rgb(224,110,140); }

 td.TdClassName
 {
   border-color: #E06E8C;
 }
 .TagClassName
 {
   border-color: #E06E8C;
 }
</style>