Html Css Color HEX #E708A0 Hollywood Cerise

📋 copy color: '#E708A0'

red 231 ◦ green 8 ◦ blue 160

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

Shades of Hollywood Cerise #E708A0

Tints of Hollywood Cerise #E708A0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.01%

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

R = 57.89%
G = 2.01%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E708A0 (or 0xE708A0) is known color: Hollywood Cerise. HEX triplet: E7, 08 and A0. RGB value is (231,8,160). Sum of RGB (Red+Green+Blue) = 231+8+160=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E708A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E708A0 is #18F75F. Grayscale: #5B5B5B. Windows color (decimal): -1636192 or 10488039. OLE color: 10488039.

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

Color convert

RGB 231 8 160 -
CMYK 0 0.97 0.31 0.09
HSL 319.1º 0.93% 0.47% -
HSV(B) 319.1º 0.97% 0.91% -
XYZ 39.39 19.7 34.98 -
YUV 92.01 166.38 227.14 -
System Red Green Blue C M Y K H S L
Decimal 231 8 160 0 0.97 0.31 0.09 319.1 0.93 0.47
Hex E7 8 A0 0 61 1F 9 13F 5D 2F
Octal 347 10 240 0 141 37 11 477 135 57
Binary 11100111 1000 10100000 0 1100001 11111 1001 100111111 1011101 101111

Color Harmonies of #E708A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E708A0

Black with #E708A0

Text Example


Text Example

White with #E708A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E708A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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