Html Css Color HEX #E21095 Hollywood Cerise

📋 copy color: '#E21095'

red 226 ◦ green 16 ◦ blue 149

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

Shades of Hollywood Cerise #E21095

Tints of Hollywood Cerise #E21095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.11%

R = 57.8%
G = 4.09%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E21095 (or 0xE21095) is known color: Hollywood Cerise. HEX triplet: E2, 10 and 95. RGB value is (226,16,149). Sum of RGB (Red+Green+Blue) = 226+16+149=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E21095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21095 is #1DEF6A. Grayscale: #5D5D5D. Windows color (decimal): -1961835 or 9769186. OLE color: 9769186.

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

Color convert

RGB 226 16 149 -
CMYK 0 0.93 0.34 0.11
HSL 322º 0.87% 0.47% -
HSV(B) 322º 0.93% 0.89% -
XYZ 36.97 18.71 30.1 -
YUV 93.95 159.07 222.19 -
System Red Green Blue C M Y K H S L
Decimal 226 16 149 0 0.93 0.34 0.11 322 0.87 0.47
Hex E2 10 95 0 5D 22 B 142 57 2F
Octal 342 20 225 0 135 42 13 502 127 57
Binary 11100010 10000 10010101 0 1011101 100010 1011 101000010 1010111 101111

Color Harmonies of #E21095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21095

Black with #E21095

Text Example


Text Example

White with #E21095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21095; }

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

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

background-color css

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

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

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

border-color css

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

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

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