Html Css Color HEX #E215AC Hollywood Cerise

📋 copy color: '#E215AC'

red 226 ◦ green 21 ◦ blue 172

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

Shades of Hollywood Cerise #E215AC

Tints of Hollywood Cerise #E215AC

RGB

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

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

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

R = 53.94%
G = 5.01%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E215AC (or 0xE215AC) is known color: Hollywood Cerise. HEX triplet: E2, 15 and AC. RGB value is (226,21,172). Sum of RGB (Red+Green+Blue) = 226+21+172=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E215AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E215AC is #1DEA53. Grayscale: #636363. Windows color (decimal): -1960532 or 11277794. OLE color: 11277794.

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

Color convert

RGB 226 21 172 -
CMYK 0 0.91 0.24 0.11
HSL 315.8º 0.83% 0.48% -
HSV(B) 315.8º 0.91% 0.89% -
XYZ 39.08 19.68 40.77 -
YUV 99.51 168.92 218.22 -
System Red Green Blue C M Y K H S L
Decimal 226 21 172 0 0.91 0.24 0.11 315.8 0.83 0.48
Hex E2 15 AC 0 5B 18 B 13C 53 30
Octal 342 25 254 0 133 30 13 474 123 60
Binary 11100010 10101 10101100 0 1011011 11000 1011 100111100 1010011 110000

Color Harmonies of #E215AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E215AC

Black with #E215AC

Text Example


Text Example

White with #E215AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E215AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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