Html Css Color HEX #E210AB Hollywood Cerise

📋 copy color: '#E210AB'

red 226 ◦ green 16 ◦ blue 171

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

Shades of Hollywood Cerise #E210AB

Tints of Hollywood Cerise #E210AB

RGB

 RED value IS 226 (88.67% from 255) = 54.72%

 GREEN value IS 16 (6.64% from 255) = 3.87%

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

R = 54.72%
G = 3.87%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E210AB (or 0xE210AB) is known color: Hollywood Cerise. HEX triplet: E2, 10 and AB. RGB value is (226,16,171). Sum of RGB (Red+Green+Blue) = 226+16+171=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E210AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E210AB is #1DEF54. Grayscale: #606060. Windows color (decimal): -1961813 or 11210978. OLE color: 11210978.

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

Color convert

RGB 226 16 171 -
CMYK 0 0.93 0.24 0.11
HSL 315.71º 0.87% 0.47% -
HSV(B) 315.71º 0.93% 0.89% -
XYZ 38.9 19.48 40.24 -
YUV 96.46 170.07 220.4 -
System Red Green Blue C M Y K H S L
Decimal 226 16 171 0 0.93 0.24 0.11 315.71 0.87 0.47
Hex E2 10 AB 0 5D 18 B 13C 57 2F
Octal 342 20 253 0 135 30 13 474 127 57
Binary 11100010 10000 10101011 0 1011101 11000 1011 100111100 1010111 101111

Color Harmonies of #E210AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E210AB

Black with #E210AB

Text Example


Text Example

White with #E210AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E210AB; }

 p { color: rgb(226,16,171); }

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

background-color css

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

 a { background-color: rgb(226,16,171); }

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

border-color css

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

 span { border-color: rgb(226,16,171); }

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