Html Css Color HEX #E414AB Hollywood Cerise

📋 copy color: '#E414AB'

red 228 ◦ green 20 ◦ blue 171

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

Shades of Hollywood Cerise #E414AB

Tints of Hollywood Cerise #E414AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.77%

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

R = 54.42%
G = 4.77%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E414AB (or 0xE414AB) is known color: Hollywood Cerise. HEX triplet: E4, 14 and AB. RGB value is (228,20,171). Sum of RGB (Red+Green+Blue) = 228+20+171=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E414AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E414AB is #1BEB54. Grayscale: #636363. Windows color (decimal): -1829717 or 11212004. OLE color: 11212004.

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

Color convert

RGB 228 20 171 -
CMYK 0 0.91 0.25 0.11
HSL 316.44º 0.84% 0.49% -
HSV(B) 316.44º 0.91% 0.89% -
XYZ 39.6 19.93 40.29 -
YUV 99.41 168.41 219.72 -
System Red Green Blue C M Y K H S L
Decimal 228 20 171 0 0.91 0.25 0.11 316.44 0.84 0.49
Hex E4 14 AB 0 5B 19 B 13C 54 31
Octal 344 24 253 0 133 31 13 474 124 61
Binary 11100100 10100 10101011 0 1011011 11001 1011 100111100 1010100 110001

Color Harmonies of #E414AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E414AB

Black with #E414AB

Text Example


Text Example

White with #E414AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E414AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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