Html Css Color HEX #E914A5 Hollywood Cerise

📋 copy color: '#E914A5'

red 233 ◦ green 20 ◦ blue 165

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

Shades of Hollywood Cerise #E914A5

Tints of Hollywood Cerise #E914A5

RGB

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

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

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

R = 55.74%
G = 4.78%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E914A5 (or 0xE914A5) is known color: Hollywood Cerise. HEX triplet: E9, 14 and A5. RGB value is (233,20,165). Sum of RGB (Red+Green+Blue) = 233+20+165=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E914A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E914A5 is #16EB5A. Grayscale: #636363. Windows color (decimal): -1502043 or 10818793. OLE color: 10818793.

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

Color convert

RGB 233 20 165 -
CMYK 0 0.91 0.29 0.09
HSL 319.15º 0.84% 0.5% -
HSV(B) 319.15º 0.91% 0.91% -
XYZ 40.65 20.54 37.42 -
YUV 100.22 164.57 222.71 -
System Red Green Blue C M Y K H S L
Decimal 233 20 165 0 0.91 0.29 0.09 319.15 0.84 0.5
Hex E9 14 A5 0 5B 1D 9 13F 54 32
Octal 351 24 245 0 133 35 11 477 124 62
Binary 11101001 10100 10100101 0 1011011 11101 1001 100111111 1010100 110010

Color Harmonies of #E914A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E914A5

Black with #E914A5

Text Example


Text Example

White with #E914A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E914A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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