Html Css Color HEX #E914A0 Hollywood Cerise

📋 copy color: '#E914A0'

red 233 ◦ green 20 ◦ blue 160

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

Shades of Hollywood Cerise #E914A0

Tints of Hollywood Cerise #E914A0

RGB

 RED value IS 233 (91.41% from 255) = 56.42%

 GREEN value IS 20 (8.2% from 255) = 4.84%

 BLUE value IS 160 (62.89% from 255) = 38.74%

R = 56.42%
G = 4.84%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E914A0 (or 0xE914A0) is known color: Hollywood Cerise. HEX triplet: E9, 14 and A0. RGB value is (233,20,160). Sum of RGB (Red+Green+Blue) = 233+20+160=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E914A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E914A0 is #16EB5F. Grayscale: #636363. Windows color (decimal): -1502048 or 10491113. OLE color: 10491113.

HSL color Cylindrical-coordinate representation of color #E914A0: hue angle of 320.56º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E914A0 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 20 160 -
CMYK 0 0.91 0.31 0.09
HSL 320.56º 0.84% 0.5% -
HSV(B) 320.56º 0.91% 0.91% -
XYZ 40.2 20.36 35.07 -
YUV 99.65 162.07 223.12 -
System Red Green Blue C M Y K H S L
Decimal 233 20 160 0 0.91 0.31 0.09 320.56 0.84 0.5
Hex E9 14 A0 0 5B 1F 9 141 54 32
Octal 351 24 240 0 133 37 11 501 124 62
Binary 11101001 10100 10100000 0 1011011 11111 1001 101000001 1010100 110010

Color Harmonies of #E914A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E914A0

Black with #E914A0

Text Example


Text Example

White with #E914A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E914A0; }

 p { color: rgb(233,20,160); }

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

background-color css

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

 a { background-color: rgb(233,20,160); }

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

border-color css

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

 span { border-color: rgb(233,20,160); }

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