Html Css Color HEX #E06488 Deep Blush

📋 copy color: '#E06488'

red 224 ◦ green 100 ◦ blue 136

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

Shades of Deep Blush #E06488

Tints of Deep Blush #E06488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.74%

 BLUE value IS 136 (53.52% from 255) = 29.57%

R = 48.7%
G = 21.74%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E06488 (or 0xE06488) is known color: Deep Blush. HEX triplet: E0, 64 and 88. RGB value is (224,100,136). Sum of RGB (Red+Green+Blue) = 224+100+136=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E06488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06488 is #1F9B77. Grayscale: #8D8D8D. Windows color (decimal): -2071416 or 8938720. OLE color: 8938720.

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

Color convert

RGB 224 100 136 -
CMYK 0 0.55 0.39 0.12
HSL 342.58º 0.67% 0.64% -
HSV(B) 342.58º 0.55% 0.88% -
XYZ 39.74 26.74 26.36 -
YUV 141.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 224 100 136 0 0.55 0.39 0.12 342.58 0.67 0.64
Hex E0 64 88 0 37 27 C 157 43 40
Octal 340 144 210 0 67 47 14 527 103 100
Binary 11100000 1100100 10001000 0 110111 100111 1100 101010111 1000011 1000000

Color Harmonies of #E06488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06488

Black with #E06488

Text Example


Text Example

White with #E06488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06488; }

 p { color: rgb(224,100,136); }

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

background-color css

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

 a { background-color: rgb(224,100,136); }

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

border-color css

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

 span { border-color: rgb(224,100,136); }

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