Html Css Color HEX #E06F8B Deep Blush

📋 copy color: '#E06F8B'

red 224 ◦ green 111 ◦ blue 139

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

Shades of Deep Blush #E06F8B

Tints of Deep Blush #E06F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.32%

R = 47.26%
G = 23.42%
B = 29.32%

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

#E06F8B (or 0xE06F8B) is known color: Deep Blush. HEX triplet: E0, 6F and 8B. RGB value is (224,111,139). Sum of RGB (Red+Green+Blue) = 224+111+139=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F8B is #1F9074. Grayscale: #939393. Windows color (decimal): -2068597 or 9138144. OLE color: 9138144.

HSL color Cylindrical-coordinate representation of color #E06F8B: hue angle of 345.13º 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 #E06F8B is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 111 139 -
CMYK 0 0.50 0.38 0.12
HSL 345.13º 0.65% 0.66% -
HSV(B) 345.13º 0.5% 0.88% -
XYZ 41.09 29.08 27.87 -
YUV 147.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 224 111 139 0 0.50 0.38 0.12 345.13 0.65 0.66
Hex E0 6F 8B 0 32 26 C 159 41 42
Octal 340 157 213 0 62 46 14 531 101 102
Binary 11100000 1101111 10001011 0 110010 100110 1100 101011001 1000001 1000010

Color Harmonies of #E06F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F8B

Black with #E06F8B

Text Example


Text Example

White with #E06F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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