Html Css Color HEX #E06387 Deep Blush

📋 copy color: '#E06387'

red 224 ◦ green 99 ◦ blue 135

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

Shades of Deep Blush #E06387

Tints of Deep Blush #E06387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.62%

 BLUE value IS 135 (53.13% from 255) = 29.48%

R = 48.91%
G = 21.62%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E06387 (or 0xE06387) is known color: Deep Blush. HEX triplet: E0, 63 and 87. RGB value is (224,99,135). Sum of RGB (Red+Green+Blue) = 224+99+135=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E06387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06387 is #1F9C78. Grayscale: #8C8C8C. Windows color (decimal): -2071673 or 8872928. OLE color: 8872928.

HSL color Cylindrical-coordinate representation of color #E06387: hue angle of 342.72º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06387 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 99 135 -
CMYK 0 0.56 0.40 0.12
HSL 342.72º 0.67% 0.63% -
HSV(B) 342.72º 0.56% 0.88% -
XYZ 39.58 26.52 25.95 -
YUV 140.48 124.91 187.57 -
System Red Green Blue C M Y K H S L
Decimal 224 99 135 0 0.56 0.40 0.12 342.72 0.67 0.63
Hex E0 63 87 0 38 28 C 157 43 3F
Octal 340 143 207 0 70 50 14 527 103 77
Binary 11100000 1100011 10000111 0 111000 101000 1100 101010111 1000011 111111

Color Harmonies of #E06387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06387

Black with #E06387

Text Example


Text Example

White with #E06387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06387; }

 p { color: rgb(224,99,135); }

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

background-color css

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

 a { background-color: rgb(224,99,135); }

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

border-color css

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

 span { border-color: rgb(224,99,135); }

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