Html Css Color HEX #E40084 Hollywood Cerise

📋 copy color: '#E40084'

red 228 ◦ green 0 ◦ blue 132

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

Shades of Hollywood Cerise #E40084

Tints of Hollywood Cerise #E40084

RGB

 RED value IS 228 (89.45% from 255) = 63.33%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 132 (51.95% from 255) = 36.67%

R = 63.33%
G = 0%
B = 36.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E40084 (or 0xE40084) is known color: Hollywood Cerise. HEX triplet: E4, 00 and 84. RGB value is (228,0,132). Sum of RGB (Red+Green+Blue) = 228+0+132=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E40084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40084 is #1BFF7B. Grayscale: #525252. Windows color (decimal): -1834876 or 8650980. OLE color: 8650980.

HSL color Cylindrical-coordinate representation of color #E40084: hue angle of 325.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40084 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 0 132 -
CMYK 0 1 0.42 0.11
HSL 325.26º 1% 0.45% -
HSV(B) 325.26º 1% 0.89% -
XYZ 36.16 18.16 23.43 -
YUV 83.22 155.54 231.27 -
System Red Green Blue C M Y K H S L
Decimal 228 0 132 0 1 0.42 0.11 325.26 1 0.45
Hex E4 0 84 0 64 2A B 145 64 2D
Octal 344 0 204 0 144 52 13 505 144 55
Binary 11100100 0 10000100 0 1100100 101010 1011 101000101 1100100 101101

Color Harmonies of #E40084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40084

Black with #E40084

Text Example


Text Example

White with #E40084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40084; }

 p { color: rgb(228,0,132); }

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

background-color css

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

 a { background-color: rgb(228,0,132); }

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

border-color css

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

 span { border-color: rgb(228,0,132); }

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