Html Css Color HEX #E914A6 Hollywood Cerise

📋 copy color: '#E914A6'

red 233 ◦ green 20 ◦ blue 166

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

Shades of Hollywood Cerise #E914A6

Tints of Hollywood Cerise #E914A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.62%

R = 55.61%
G = 4.77%
B = 39.62%

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

#E914A6 (or 0xE914A6) is known color: Hollywood Cerise. HEX triplet: E9, 14 and A6. RGB value is (233,20,166). Sum of RGB (Red+Green+Blue) = 233+20+166=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E914A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E914A6 is #16EB59. Grayscale: #636363. Windows color (decimal): -1502042 or 10884329. OLE color: 10884329.

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

Color convert

RGB 233 20 166 -
CMYK 0 0.91 0.29 0.09
HSL 318.87º 0.84% 0.5% -
HSV(B) 318.87º 0.91% 0.91% -
XYZ 40.74 20.58 37.9 -
YUV 100.33 165.07 222.63 -
System Red Green Blue C M Y K H S L
Decimal 233 20 166 0 0.91 0.29 0.09 318.87 0.84 0.5
Hex E9 14 A6 0 5B 1D 9 13F 54 32
Octal 351 24 246 0 133 35 11 477 124 62
Binary 11101001 10100 10100110 0 1011011 11101 1001 100111111 1010100 110010

Color Harmonies of #E914A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E914A6

Black with #E914A6

Text Example


Text Example

White with #E914A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E914A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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