Html Css Color HEX #E706AA Hollywood Cerise

📋 copy color: '#E706AA'

red 231 ◦ green 6 ◦ blue 170

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

Shades of Hollywood Cerise #E706AA

Tints of Hollywood Cerise #E706AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 56.76%
G = 1.47%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E706AA (or 0xE706AA) is known color: Hollywood Cerise. HEX triplet: E7, 06 and AA. RGB value is (231,6,170). Sum of RGB (Red+Green+Blue) = 231+6+170=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E706AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E706AA is #18F955. Grayscale: #5B5B5B. Windows color (decimal): -1636694 or 11142887. OLE color: 11142887.

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

Color convert

RGB 231 6 170 -
CMYK 0 0.97 0.26 0.09
HSL 316.27º 0.95% 0.46% -
HSV(B) 316.27º 0.97% 0.91% -
XYZ 40.28 20.02 39.77 -
YUV 91.97 172.04 227.16 -
System Red Green Blue C M Y K H S L
Decimal 231 6 170 0 0.97 0.26 0.09 316.27 0.95 0.46
Hex E7 6 AA 0 61 1A 9 13C 5F 2E
Octal 347 6 252 0 141 32 11 474 137 56
Binary 11100111 110 10101010 0 1100001 11010 1001 100111100 1011111 101110

Color Harmonies of #E706AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706AA

Black with #E706AA

Text Example


Text Example

White with #E706AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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