Html Css Color HEX #E40C8F Hollywood Cerise

📋 copy color: '#E40C8F'

red 228 ◦ green 12 ◦ blue 143

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

Shades of Hollywood Cerise #E40C8F

Tints of Hollywood Cerise #E40C8F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.13%

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 59.53%
G = 3.13%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E40C8F (or 0xE40C8F) is known color: Hollywood Cerise. HEX triplet: E4, 0C and 8F. RGB value is (228,12,143). Sum of RGB (Red+Green+Blue) = 228+12+143=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E40C8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40C8F is #1BF370. Grayscale: #5B5B5B. Windows color (decimal): -1831793 or 9374948. OLE color: 9374948.

HSL color Cylindrical-coordinate representation of color #E40C8F: hue angle of 323.61º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40C8F is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 12 143 -
CMYK 0 0.95 0.37 0.11
HSL 323.61º 0.9% 0.47% -
HSV(B) 323.61º 0.95% 0.89% -
XYZ 37.08 18.74 27.65 -
YUV 91.52 157.06 225.35 -
System Red Green Blue C M Y K H S L
Decimal 228 12 143 0 0.95 0.37 0.11 323.61 0.9 0.47
Hex E4 C 8F 0 5F 25 B 144 5A 2F
Octal 344 14 217 0 137 45 13 504 132 57
Binary 11100100 1100 10001111 0 1011111 100101 1011 101000100 1011010 101111

Color Harmonies of #E40C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40C8F

Black with #E40C8F

Text Example


Text Example

White with #E40C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40C8F; }

 p { color: rgb(228,12,143); }

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

background-color css

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

 a { background-color: rgb(228,12,143); }

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

border-color css

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

 span { border-color: rgb(228,12,143); }

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