Html Css Color HEX #E2159A Hollywood Cerise

📋 copy color: '#E2159A'

red 226 ◦ green 21 ◦ blue 154

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

Shades of Hollywood Cerise #E2159A

Tints of Hollywood Cerise #E2159A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 56.36%
G = 5.24%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2159A (or 0xE2159A) is known color: Hollywood Cerise. HEX triplet: E2, 15 and 9A. RGB value is (226,21,154). Sum of RGB (Red+Green+Blue) = 226+21+154=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2159A is #1DEA65. Grayscale: #616161. Windows color (decimal): -1960550 or 10098146. OLE color: 10098146.

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

Color convert

RGB 226 21 154 -
CMYK 0 0.91 0.32 0.11
HSL 321.07º 0.83% 0.48% -
HSV(B) 321.07º 0.91% 0.89% -
XYZ 37.46 19.04 32.27 -
YUV 97.46 159.92 219.69 -
System Red Green Blue C M Y K H S L
Decimal 226 21 154 0 0.91 0.32 0.11 321.07 0.83 0.48
Hex E2 15 9A 0 5B 20 B 141 53 30
Octal 342 25 232 0 133 40 13 501 123 60
Binary 11100010 10101 10011010 0 1011011 100000 1011 101000001 1010011 110000

Color Harmonies of #E2159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2159A

Black with #E2159A

Text Example


Text Example

White with #E2159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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