Html Css Color HEX #E705AA Hollywood Cerise

📋 copy color: '#E705AA'

red 231 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #E705AA

Tints of Hollywood Cerise #E705AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

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

R = 56.9%
G = 1.23%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E705AA (or 0xE705AA) is known color: Hollywood Cerise. HEX triplet: E7, 05 and AA. RGB value is (231,5,170). Sum of RGB (Red+Green+Blue) = 231+5+170=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E705AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E705AA is #18FA55. Grayscale: #5A5A5A. Windows color (decimal): -1636950 or 11142631. OLE color: 11142631.

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

Color convert

RGB 231 5 170 -
CMYK 0 0.98 0.26 0.09
HSL 316.19º 0.96% 0.46% -
HSV(B) 316.19º 0.98% 0.91% -
XYZ 40.26 20 39.77 -
YUV 91.38 172.37 227.58 -
System Red Green Blue C M Y K H S L
Decimal 231 5 170 0 0.98 0.26 0.09 316.19 0.96 0.46
Hex E7 5 AA 0 62 1A 9 13C 60 2E
Octal 347 5 252 0 142 32 11 474 140 56
Binary 11100111 101 10101010 0 1100010 11010 1001 100111100 1100000 101110

Color Harmonies of #E705AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705AA

Black with #E705AA

Text Example


Text Example

White with #E705AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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