Html Css Color HEX #E06F8C Deep Blush

📋 copy color: '#E06F8C'

red 224 ◦ green 111 ◦ blue 140

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

Shades of Deep Blush #E06F8C

Tints of Deep Blush #E06F8C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.37%

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

R = 47.16%
G = 23.37%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E06F8C (or 0xE06F8C) is known color: Deep Blush. HEX triplet: E0, 6F and 8C. RGB value is (224,111,140). Sum of RGB (Red+Green+Blue) = 224+111+140=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F8C is #1F9073. Grayscale: #949494. Windows color (decimal): -2068596 or 9203680. OLE color: 9203680.

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

Color convert

RGB 224 111 140 -
CMYK 0 0.50 0.38 0.12
HSL 344.6º 0.65% 0.66% -
HSV(B) 344.6º 0.5% 0.88% -
XYZ 41.16 29.11 28.26 -
YUV 148.09 123.44 182.14 -
System Red Green Blue C M Y K H S L
Decimal 224 111 140 0 0.50 0.38 0.12 344.6 0.65 0.66
Hex E0 6F 8C 0 32 26 C 159 41 42
Octal 340 157 214 0 62 46 14 531 101 102
Binary 11100000 1101111 10001100 0 110010 100110 1100 101011001 1000001 1000010

Color Harmonies of #E06F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F8C

Black with #E06F8C

Text Example


Text Example

White with #E06F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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