Html Css Color HEX #E717A0 Hollywood Cerise

📋 copy color: '#E717A0'

red 231 ◦ green 23 ◦ blue 160

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

Shades of Hollywood Cerise #E717A0

Tints of Hollywood Cerise #E717A0

RGB

 RED value IS 231 (90.63% from 255) = 55.8%

 GREEN value IS 23 (9.38% from 255) = 5.56%

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

R = 55.8%
G = 5.56%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E717A0 (or 0xE717A0) is known color: Hollywood Cerise. HEX triplet: E7, 17 and A0. RGB value is (231,23,160). Sum of RGB (Red+Green+Blue) = 231+23+160=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E717A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E717A0 is #18E85F. Grayscale: #646464. Windows color (decimal): -1632352 or 10491879. OLE color: 10491879.

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

Color convert

RGB 231 23 160 -
CMYK 0 0.90 0.31 0.09
HSL 320.48º 0.82% 0.5% -
HSV(B) 320.48º 0.9% 0.91% -
XYZ 39.61 20.14 35.06 -
YUV 100.81 161.41 220.86 -
System Red Green Blue C M Y K H S L
Decimal 231 23 160 0 0.90 0.31 0.09 320.48 0.82 0.5
Hex E7 17 A0 0 5A 1F 9 140 52 32
Octal 347 27 240 0 132 37 11 500 122 62
Binary 11100111 10111 10100000 0 1011010 11111 1001 101000000 1010010 110010

Color Harmonies of #E717A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E717A0

Black with #E717A0

Text Example


Text Example

White with #E717A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E717A0; }

 p { color: rgb(231,23,160); }

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

background-color css

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

 a { background-color: rgb(231,23,160); }

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

border-color css

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

 span { border-color: rgb(231,23,160); }

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