Html Css Color HEX #E411B0 Hollywood Cerise

📋 copy color: '#E411B0'

red 228 ◦ green 17 ◦ blue 176

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

Shades of Hollywood Cerise #E411B0

Tints of Hollywood Cerise #E411B0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.04%

 BLUE value IS 176 (69.14% from 255) = 41.81%

R = 54.16%
G = 4.04%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E411B0 (or 0xE411B0) is known color: Hollywood Cerise. HEX triplet: E4, 11 and B0. RGB value is (228,17,176). Sum of RGB (Red+Green+Blue) = 228+17+176=421 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.16% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 228 - color contains mainly: red. Hex color #E411B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E411B0 is #1BEE4F. Grayscale: #616161. Windows color (decimal): -1830480 or 11538916. OLE color: 11538916.

HSL color Cylindrical-coordinate representation of color #E411B0: hue angle of 314.79º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E411B0 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 17 176 -
CMYK 0 0.93 0.23 0.11
HSL 314.79º 0.86% 0.48% -
HSV(B) 314.79º 0.93% 0.89% -
XYZ 40.03 20.03 42.83 -
YUV 98.22 171.9 220.57 -
System Red Green Blue C M Y K H S L
Decimal 228 17 176 0 0.93 0.23 0.11 314.79 0.86 0.48
Hex E4 11 B0 0 5D 17 B 13B 56 30
Octal 344 21 260 0 135 27 13 473 126 60
Binary 11100100 10001 10110000 0 1011101 10111 1011 100111011 1010110 110000

Color Harmonies of #E411B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E411B0

Black with #E411B0

Text Example


Text Example

White with #E411B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E411B0; }

 p { color: rgb(228,17,176); }

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

background-color css

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

 a { background-color: rgb(228,17,176); }

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

border-color css

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

 span { border-color: rgb(228,17,176); }

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