Html Css Color HEX #E06C86 Deep Blush

📋 copy color: '#E06C86'

red 224 ◦ green 108 ◦ blue 134

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

Shades of Deep Blush #E06C86

Tints of Deep Blush #E06C86

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.18%

 BLUE value IS 134 (52.73% from 255) = 28.76%

R = 48.07%
G = 23.18%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E06C86 (or 0xE06C86) is known color: Deep Blush. HEX triplet: E0, 6C and 86. RGB value is (224,108,134). Sum of RGB (Red+Green+Blue) = 224+108+134=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06C86 is #1F9379. Grayscale: #919191. Windows color (decimal): -2069370 or 8809696. OLE color: 8809696.

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

Color convert

RGB 224 108 134 -
CMYK 0 0.52 0.40 0.12
HSL 346.55º 0.65% 0.65% -
HSV(B) 346.55º 0.52% 0.88% -
XYZ 40.41 28.29 25.89 -
YUV 145.65 121.43 183.89 -
System Red Green Blue C M Y K H S L
Decimal 224 108 134 0 0.52 0.40 0.12 346.55 0.65 0.65
Hex E0 6C 86 0 34 28 C 15B 41 41
Octal 340 154 206 0 64 50 14 533 101 101
Binary 11100000 1101100 10000110 0 110100 101000 1100 101011011 1000001 1000001

Color Harmonies of #E06C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C86

Black with #E06C86

Text Example


Text Example

White with #E06C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C86; }

 p { color: rgb(224,108,134); }

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

background-color css

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

 a { background-color: rgb(224,108,134); }

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

border-color css

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

 span { border-color: rgb(224,108,134); }

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