Html Css Color HEX #E706A0 Hollywood Cerise

📋 copy color: '#E706A0'

red 231 ◦ green 6 ◦ blue 160

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

Shades of Hollywood Cerise #E706A0

Tints of Hollywood Cerise #E706A0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.51%

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

R = 58.19%
G = 1.51%
B = 40.3%

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

#E706A0 (or 0xE706A0) is known color: Hollywood Cerise. HEX triplet: E7, 06 and A0. RGB value is (231,6,160). Sum of RGB (Red+Green+Blue) = 231+6+160=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E706A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E706A0 is #18F95F. Grayscale: #5A5A5A. Windows color (decimal): -1636704 or 10487527. OLE color: 10487527.

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

Color convert

RGB 231 6 160 -
CMYK 0 0.97 0.31 0.09
HSL 318.93º 0.95% 0.46% -
HSV(B) 318.93º 0.97% 0.91% -
XYZ 39.37 19.66 34.98 -
YUV 90.83 167.04 227.98 -
System Red Green Blue C M Y K H S L
Decimal 231 6 160 0 0.97 0.31 0.09 318.93 0.95 0.46
Hex E7 6 A0 0 61 1F 9 13F 5F 2E
Octal 347 6 240 0 141 37 11 477 137 56
Binary 11100111 110 10100000 0 1100001 11111 1001 100111111 1011111 101110

Color Harmonies of #E706A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706A0

Black with #E706A0

Text Example


Text Example

White with #E706A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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