Html Css Color HEX #E06286 Deep Blush

📋 copy color: '#E06286'

red 224 ◦ green 98 ◦ blue 134

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

Shades of Deep Blush #E06286

Tints of Deep Blush #E06286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.49%

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

R = 49.12%
G = 21.49%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E06286 (or 0xE06286) is known color: Deep Blush. HEX triplet: E0, 62 and 86. RGB value is (224,98,134). Sum of RGB (Red+Green+Blue) = 224+98+134=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E06286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06286 is #1F9D79. Grayscale: #8B8B8B. Windows color (decimal): -2071930 or 8807136. OLE color: 8807136.

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

Color convert

RGB 224 98 134 -
CMYK 0 0.56 0.40 0.12
HSL 342.86º 0.67% 0.63% -
HSV(B) 342.86º 0.56% 0.88% -
XYZ 39.41 26.3 25.55 -
YUV 139.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 224 98 134 0 0.56 0.40 0.12 342.86 0.67 0.63
Hex E0 62 86 0 38 28 C 157 43 3F
Octal 340 142 206 0 70 50 14 527 103 77
Binary 11100000 1100010 10000110 0 111000 101000 1100 101010111 1000011 111111

Color Harmonies of #E06286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06286

Black with #E06286

Text Example


Text Example

White with #E06286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06286; }

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

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

background-color css

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

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

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

border-color css

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

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

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