Html Css Color HEX #E04081 Deep Cerise

📋 copy color: '#E04081'

red 224 ◦ green 64 ◦ blue 129

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

Shades of Deep Cerise #E04081

Tints of Deep Cerise #E04081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.35%

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

R = 53.72%
G = 15.35%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E04081 (or 0xE04081) is known color: Deep Cerise. HEX triplet: E0, 40 and 81. RGB value is (224,64,129). Sum of RGB (Red+Green+Blue) = 224+64+129=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E04081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04081 is #1FBF7E. Grayscale: #777777. Windows color (decimal): -2080639 or 8470752. OLE color: 8470752.

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

Color convert

RGB 224 64 129 -
CMYK 0 0.71 0.42 0.12
HSL 335.63º 0.72% 0.56% -
HSV(B) 335.63º 0.71% 0.88% -
XYZ 36.54 21.1 22.92 -
YUV 119.25 133.51 202.71 -
System Red Green Blue C M Y K H S L
Decimal 224 64 129 0 0.71 0.42 0.12 335.63 0.72 0.56
Hex E0 40 81 0 47 2A C 150 48 38
Octal 340 100 201 0 107 52 14 520 110 70
Binary 11100000 1000000 10000001 0 1000111 101010 1100 101010000 1001000 111000

Color Harmonies of #E04081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04081

Black with #E04081

Text Example


Text Example

White with #E04081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04081; }

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

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

background-color css

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

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

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

border-color css

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

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

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