Html Css Color HEX #E40CAB Hollywood Cerise

📋 copy color: '#E40CAB'

red 228 ◦ green 12 ◦ blue 171

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

Shades of Hollywood Cerise #E40CAB

Tints of Hollywood Cerise #E40CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 55.47%
G = 2.92%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E40CAB (or 0xE40CAB) is known color: Hollywood Cerise. HEX triplet: E4, 0C and AB. RGB value is (228,12,171). Sum of RGB (Red+Green+Blue) = 228+12+171=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40CAB is #1BF354. Grayscale: #5E5E5E. Windows color (decimal): -1831765 or 11209956. OLE color: 11209956.

HSL color Cylindrical-coordinate representation of color #E40CAB: hue angle of 315.83º 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 #E40CAB is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 12 171 -
CMYK 0 0.95 0.25 0.11
HSL 315.83º 0.9% 0.47% -
HSV(B) 315.83º 0.95% 0.89% -
XYZ 39.48 19.7 40.25 -
YUV 94.71 171.06 223.07 -
System Red Green Blue C M Y K H S L
Decimal 228 12 171 0 0.95 0.25 0.11 315.83 0.9 0.47
Hex E4 C AB 0 5F 19 B 13C 5A 2F
Octal 344 14 253 0 137 31 13 474 132 57
Binary 11100100 1100 10101011 0 1011111 11001 1011 100111100 1011010 101111

Color Harmonies of #E40CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40CAB

Black with #E40CAB

Text Example


Text Example

White with #E40CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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