Html Css Color HEX #E418A0 Hollywood Cerise

📋 copy color: '#E418A0'

red 228 ◦ green 24 ◦ blue 160

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

Shades of Hollywood Cerise #E418A0

Tints of Hollywood Cerise #E418A0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.83%

 BLUE value IS 160 (62.89% from 255) = 38.83%

R = 55.34%
G = 5.83%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E418A0 (or 0xE418A0) is known color: Hollywood Cerise. HEX triplet: E4, 18 and A0. RGB value is (228,24,160). Sum of RGB (Red+Green+Blue) = 228+24+160=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E418A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E418A0 is #1BE75F. Grayscale: #646464. Windows color (decimal): -1828704 or 10492132. OLE color: 10492132.

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

Color convert

RGB 228 24 160 -
CMYK 0 0.89 0.30 0.11
HSL 320º 0.81% 0.49% -
HSV(B) 320º 0.89% 0.89% -
XYZ 38.67 19.69 35.02 -
YUV 100.5 161.59 218.94 -
System Red Green Blue C M Y K H S L
Decimal 228 24 160 0 0.89 0.30 0.11 320 0.81 0.49
Hex E4 18 A0 0 59 1E B 140 51 31
Octal 344 30 240 0 131 36 13 500 121 61
Binary 11100100 11000 10100000 0 1011001 11110 1011 101000000 1010001 110001

Color Harmonies of #E418A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E418A0

Black with #E418A0

Text Example


Text Example

White with #E418A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E418A0; }

 p { color: rgb(228,24,160); }

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

background-color css

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

 a { background-color: rgb(228,24,160); }

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

border-color css

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

 span { border-color: rgb(228,24,160); }

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