Html Css Color HEX #E0159A Hollywood Cerise

📋 copy color: '#E0159A'

red 224 ◦ green 21 ◦ blue 154

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

Shades of Hollywood Cerise #E0159A

Tints of Hollywood Cerise #E0159A

RGB

 RED value IS 224 (87.89% from 255) = 56.14%

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

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

R = 56.14%
G = 5.26%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0159A (or 0xE0159A) is known color: Hollywood Cerise. HEX triplet: E0, 15 and 9A. RGB value is (224,21,154). Sum of RGB (Red+Green+Blue) = 224+21+154=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E0159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0159A is #1FEA65. Grayscale: #606060. Windows color (decimal): -2091622 or 10098144. OLE color: 10098144.

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

Color convert

RGB 224 21 154 -
CMYK 0 0.91 0.31 0.12
HSL 320.69º 0.83% 0.48% -
HSV(B) 320.69º 0.91% 0.88% -
XYZ 36.84 18.72 32.24 -
YUV 96.86 160.25 218.69 -
System Red Green Blue C M Y K H S L
Decimal 224 21 154 0 0.91 0.31 0.12 320.69 0.83 0.48
Hex E0 15 9A 0 5B 1F C 141 53 30
Octal 340 25 232 0 133 37 14 501 123 60
Binary 11100000 10101 10011010 0 1011011 11111 1100 101000001 1010011 110000

Color Harmonies of #E0159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0159A

Black with #E0159A

Text Example


Text Example

White with #E0159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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