Html Css Color HEX #E706A2 Hollywood Cerise

📋 copy color: '#E706A2'

red 231 ◦ green 6 ◦ blue 162

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

Shades of Hollywood Cerise #E706A2

Tints of Hollywood Cerise #E706A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.6%

R = 57.89%
G = 1.5%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E706A2 (or 0xE706A2) is known color: Hollywood Cerise. HEX triplet: E7, 06 and A2. RGB value is (231,6,162). Sum of RGB (Red+Green+Blue) = 231+6+162=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E706A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E706A2 is #18F95D. Grayscale: #5A5A5A. Windows color (decimal): -1636702 or 10618599. OLE color: 10618599.

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

Color convert

RGB 231 6 162 -
CMYK 0 0.97 0.30 0.09
HSL 318.4º 0.95% 0.46% -
HSV(B) 318.4º 0.97% 0.91% -
XYZ 39.54 19.73 35.91 -
YUV 91.06 168.04 227.82 -
System Red Green Blue C M Y K H S L
Decimal 231 6 162 0 0.97 0.30 0.09 318.4 0.95 0.46
Hex E7 6 A2 0 61 1E 9 13E 5F 2E
Octal 347 6 242 0 141 36 11 476 137 56
Binary 11100111 110 10100010 0 1100001 11110 1001 100111110 1011111 101110

Color Harmonies of #E706A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706A2

Black with #E706A2

Text Example


Text Example

White with #E706A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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