Html Css Color HEX #E40EAC Hollywood Cerise

📋 copy color: '#E40EAC'

red 228 ◦ green 14 ◦ blue 172

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

Shades of Hollywood Cerise #E40EAC

Tints of Hollywood Cerise #E40EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.38%

 BLUE value IS 172 (67.58% from 255) = 41.55%

R = 55.07%
G = 3.38%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E40EAC (or 0xE40EAC) is known color: Hollywood Cerise. HEX triplet: E4, 0E and AC. RGB value is (228,14,172). Sum of RGB (Red+Green+Blue) = 228+14+172=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E40EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40EAC is #1BF153. Grayscale: #5F5F5F. Windows color (decimal): -1831252 or 11276004. OLE color: 11276004.

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

Color convert

RGB 228 14 172 -
CMYK 0 0.94 0.25 0.11
HSL 315.7º 0.88% 0.47% -
HSV(B) 315.7º 0.94% 0.89% -
XYZ 39.6 19.79 40.76 -
YUV 96 170.9 222.15 -
System Red Green Blue C M Y K H S L
Decimal 228 14 172 0 0.94 0.25 0.11 315.7 0.88 0.47
Hex E4 E AC 0 5E 19 B 13C 58 2F
Octal 344 16 254 0 136 31 13 474 130 57
Binary 11100100 1110 10101100 0 1011110 11001 1011 100111100 1011000 101111

Color Harmonies of #E40EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40EAC

Black with #E40EAC

Text Example


Text Example

White with #E40EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40EAC; }

 p { color: rgb(228,14,172); }

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

background-color css

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

 a { background-color: rgb(228,14,172); }

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

border-color css

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

 span { border-color: rgb(228,14,172); }

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