Html Css Color HEX #E06481 Deep Blush

📋 copy color: '#E06481'

red 224 ◦ green 100 ◦ blue 129

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

Shades of Deep Blush #E06481

Tints of Deep Blush #E06481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.48%

R = 49.45%
G = 22.08%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E06481 (or 0xE06481) is known color: Deep Blush. HEX triplet: E0, 64 and 81. RGB value is (224,100,129). Sum of RGB (Red+Green+Blue) = 224+100+129=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E06481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06481 is #1F9B7E. Grayscale: #8C8C8C. Windows color (decimal): -2071423 or 8479968. OLE color: 8479968.

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

Color convert

RGB 224 100 129 -
CMYK 0 0.55 0.42 0.12
HSL 345.97º 0.67% 0.64% -
HSV(B) 345.97º 0.55% 0.88% -
XYZ 39.26 26.55 23.82 -
YUV 140.38 121.58 187.64 -
System Red Green Blue C M Y K H S L
Decimal 224 100 129 0 0.55 0.42 0.12 345.97 0.67 0.64
Hex E0 64 81 0 37 2A C 15A 43 40
Octal 340 144 201 0 67 52 14 532 103 100
Binary 11100000 1100100 10000001 0 110111 101010 1100 101011010 1000011 1000000

Color Harmonies of #E06481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06481

Black with #E06481

Text Example


Text Example

White with #E06481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06481; }

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

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

background-color css

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

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

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

border-color css

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

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

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