Html Css Color HEX #E06E8A Deep Blush

📋 copy color: '#E06E8A'

red 224 ◦ green 110 ◦ blue 138

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

Shades of Deep Blush #E06E8A

Tints of Deep Blush #E06E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 47.46%
G = 23.31%
B = 29.24%

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

#E06E8A (or 0xE06E8A) is known color: Deep Blush. HEX triplet: E0, 6E and 8A. RGB value is (224,110,138). Sum of RGB (Red+Green+Blue) = 224+110+138=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06E8A is #1F9175. Grayscale: #939393. Windows color (decimal): -2068854 or 9072352. OLE color: 9072352.

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

Color convert

RGB 224 110 138 -
CMYK 0 0.51 0.38 0.12
HSL 345.26º 0.65% 0.65% -
HSV(B) 345.26º 0.51% 0.88% -
XYZ 40.9 28.83 27.45 -
YUV 147.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 224 110 138 0 0.51 0.38 0.12 345.26 0.65 0.65
Hex E0 6E 8A 0 33 26 C 159 41 41
Octal 340 156 212 0 63 46 14 531 101 101
Binary 11100000 1101110 10001010 0 110011 100110 1100 101011001 1000001 1000001

Color Harmonies of #E06E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06E8A

Black with #E06E8A

Text Example


Text Example

White with #E06E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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