Html Css Color HEX #E415A9 Hollywood Cerise

📋 copy color: '#E415A9'

red 228 ◦ green 21 ◦ blue 169

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

Shades of Hollywood Cerise #E415A9

Tints of Hollywood Cerise #E415A9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.02%

 BLUE value IS 169 (66.41% from 255) = 40.43%

R = 54.55%
G = 5.02%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E415A9 (or 0xE415A9) is known color: Hollywood Cerise. HEX triplet: E4, 15 and A9. RGB value is (228,21,169). Sum of RGB (Red+Green+Blue) = 228+21+169=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E415A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E415A9 is #1BEA56. Grayscale: #636363. Windows color (decimal): -1829463 or 11081188. OLE color: 11081188.

HSL color Cylindrical-coordinate representation of color #E415A9: hue angle of 317.1º degrees, saturation: 0.83, 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 #E415A9 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 21 169 -
CMYK 0 0.91 0.26 0.11
HSL 317.1º 0.83% 0.49% -
HSV(B) 317.1º 0.91% 0.89% -
XYZ 39.42 19.89 39.3 -
YUV 99.77 167.08 219.47 -
System Red Green Blue C M Y K H S L
Decimal 228 21 169 0 0.91 0.26 0.11 317.1 0.83 0.49
Hex E4 15 A9 0 5B 1A B 13D 53 31
Octal 344 25 251 0 133 32 13 475 123 61
Binary 11100100 10101 10101001 0 1011011 11010 1011 100111101 1010011 110001

Color Harmonies of #E415A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E415A9

Black with #E415A9

Text Example


Text Example

White with #E415A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E415A9; }

 p { color: rgb(228,21,169); }

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

background-color css

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

 a { background-color: rgb(228,21,169); }

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

border-color css

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

 span { border-color: rgb(228,21,169); }

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