Html Css Color HEX #E210A5 Hollywood Cerise

📋 copy color: '#E210A5'

red 226 ◦ green 16 ◦ blue 165

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

Shades of Hollywood Cerise #E210A5

Tints of Hollywood Cerise #E210A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.54%

R = 55.53%
G = 3.93%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E210A5 (or 0xE210A5) is known color: Hollywood Cerise. HEX triplet: E2, 10 and A5. RGB value is (226,16,165). Sum of RGB (Red+Green+Blue) = 226+16+165=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E210A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E210A5 is #1DEF5A. Grayscale: #5F5F5F. Windows color (decimal): -1961819 or 10817762. OLE color: 10817762.

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

Color convert

RGB 226 16 165 -
CMYK 0 0.93 0.27 0.11
HSL 317.43º 0.87% 0.47% -
HSV(B) 317.43º 0.93% 0.89% -
XYZ 38.34 19.26 37.29 -
YUV 95.78 167.07 220.88 -
System Red Green Blue C M Y K H S L
Decimal 226 16 165 0 0.93 0.27 0.11 317.43 0.87 0.47
Hex E2 10 A5 0 5D 1B B 13D 57 2F
Octal 342 20 245 0 135 33 13 475 127 57
Binary 11100010 10000 10100101 0 1011101 11011 1011 100111101 1010111 101111

Color Harmonies of #E210A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E210A5

Black with #E210A5

Text Example


Text Example

White with #E210A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E210A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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