Html Css Color HEX #E06A8C Deep Blush

📋 copy color: '#E06A8C'

red 224 ◦ green 106 ◦ blue 140

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

Shades of Deep Blush #E06A8C

Tints of Deep Blush #E06A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.55%

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

R = 47.66%
G = 22.55%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E06A8C (or 0xE06A8C) is known color: Deep Blush. HEX triplet: E0, 6A and 8C. RGB value is (224,106,140). Sum of RGB (Red+Green+Blue) = 224+106+140=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06A8C is #1F9573. Grayscale: #919191. Windows color (decimal): -2069876 or 9202400. OLE color: 9202400.

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

Color convert

RGB 224 106 140 -
CMYK 0 0.53 0.38 0.12
HSL 342.71º 0.66% 0.65% -
HSV(B) 342.71º 0.53% 0.88% -
XYZ 40.63 28.05 28.08 -
YUV 145.16 125.09 184.24 -
System Red Green Blue C M Y K H S L
Decimal 224 106 140 0 0.53 0.38 0.12 342.71 0.66 0.65
Hex E0 6A 8C 0 35 26 C 157 42 41
Octal 340 152 214 0 65 46 14 527 102 101
Binary 11100000 1101010 10001100 0 110101 100110 1100 101010111 1000010 1000001

Color Harmonies of #E06A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A8C

Black with #E06A8C

Text Example


Text Example

White with #E06A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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