Html Css Color HEX #E216A0 Hollywood Cerise

📋 copy color: '#E216A0'

red 226 ◦ green 22 ◦ blue 160

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

Shades of Hollywood Cerise #E216A0

Tints of Hollywood Cerise #E216A0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.39%

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

R = 55.39%
G = 5.39%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E216A0 (or 0xE216A0) is known color: Hollywood Cerise. HEX triplet: E2, 16 and A0. RGB value is (226,22,160). Sum of RGB (Red+Green+Blue) = 226+22+160=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E216A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E216A0 is #1DE95F. Grayscale: #626262. Windows color (decimal): -1960288 or 10491618. OLE color: 10491618.

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

Color convert

RGB 226 22 160 -
CMYK 0 0.90 0.29 0.11
HSL 319.41º 0.82% 0.49% -
HSV(B) 319.41º 0.9% 0.89% -
XYZ 38 19.28 34.98 -
YUV 98.73 162.59 218.78 -
System Red Green Blue C M Y K H S L
Decimal 226 22 160 0 0.90 0.29 0.11 319.41 0.82 0.49
Hex E2 16 A0 0 5A 1D B 13F 52 31
Octal 342 26 240 0 132 35 13 477 122 61
Binary 11100010 10110 10100000 0 1011010 11101 1011 100111111 1010010 110001

Color Harmonies of #E216A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E216A0

Black with #E216A0

Text Example


Text Example

White with #E216A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E216A0; }

 p { color: rgb(226,22,160); }

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

background-color css

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

 a { background-color: rgb(226,22,160); }

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

border-color css

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

 span { border-color: rgb(226,22,160); }

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