Html Css Color HEX #E004B5 Hollywood Cerise

📋 copy color: '#E004B5'

red 224 ◦ green 4 ◦ blue 181

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

Shades of Hollywood Cerise #E004B5

Tints of Hollywood Cerise #E004B5

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.98%

 BLUE value IS 181 (71.09% from 255) = 44.25%

R = 54.77%
G = 0.98%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E004B5 (or 0xE004B5) is known color: Hollywood Cerise. HEX triplet: E0, 04 and B5. RGB value is (224,4,181). Sum of RGB (Red+Green+Blue) = 224+4+181=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E004B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E004B5 is #1FFB4A. Grayscale: #595959. Windows color (decimal): -2095947 or 11863264. OLE color: 11863264.

HSL color Cylindrical-coordinate representation of color #E004B5: hue angle of 311.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E004B5 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 4 181 -
CMYK 0 0.98 0.19 0.12
HSL 311.73º 0.96% 0.45% -
HSV(B) 311.73º 0.98% 0.88% -
XYZ 39.12 19.27 45.37 -
YUV 89.96 179.39 223.61 -
System Red Green Blue C M Y K H S L
Decimal 224 4 181 0 0.98 0.19 0.12 311.73 0.96 0.45
Hex E0 4 B5 0 62 13 C 138 60 2D
Octal 340 4 265 0 142 23 14 470 140 55
Binary 11100000 100 10110101 0 1100010 10011 1100 100111000 1100000 101101

Color Harmonies of #E004B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E004B5

Black with #E004B5

Text Example


Text Example

White with #E004B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E004B5; }

 p { color: rgb(224,4,181); }

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

background-color css

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

 a { background-color: rgb(224,4,181); }

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

border-color css

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

 span { border-color: rgb(224,4,181); }

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