Html Css Color HEX #E210AC Hollywood Cerise

📋 copy color: '#E210AC'

red 226 ◦ green 16 ◦ blue 172

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

Shades of Hollywood Cerise #E210AC

Tints of Hollywood Cerise #E210AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.55%

R = 54.59%
G = 3.86%
B = 41.55%

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

#E210AC (or 0xE210AC) is known color: Hollywood Cerise. HEX triplet: E2, 10 and AC. RGB value is (226,16,172). Sum of RGB (Red+Green+Blue) = 226+16+172=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E210AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E210AC is #1DEF53. Grayscale: #606060. Windows color (decimal): -1961812 or 11276514. OLE color: 11276514.

HSL color Cylindrical-coordinate representation of color #E210AC: hue angle of 315.43º 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 #E210AC is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 16 172 -
CMYK 0 0.93 0.24 0.11
HSL 315.43º 0.87% 0.47% -
HSV(B) 315.43º 0.93% 0.89% -
XYZ 39 19.52 40.74 -
YUV 96.57 170.57 220.32 -
System Red Green Blue C M Y K H S L
Decimal 226 16 172 0 0.93 0.24 0.11 315.43 0.87 0.47
Hex E2 10 AC 0 5D 18 B 13B 57 2F
Octal 342 20 254 0 135 30 13 473 127 57
Binary 11100010 10000 10101100 0 1011101 11000 1011 100111011 1010111 101111

Color Harmonies of #E210AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E210AC

Black with #E210AC

Text Example


Text Example

White with #E210AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E210AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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