Html Css Color HEX #E704AA Hollywood Cerise

📋 copy color: '#E704AA'

red 231 ◦ green 4 ◦ blue 170

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

Shades of Hollywood Cerise #E704AA

Tints of Hollywood Cerise #E704AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.99%

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

R = 57.04%
G = 0.99%
B = 41.98%

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

#E704AA (or 0xE704AA) is known color: Hollywood Cerise. HEX triplet: E7, 04 and AA. RGB value is (231,4,170). Sum of RGB (Red+Green+Blue) = 231+4+170=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E704AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E704AA is #18FB55. Grayscale: #5A5A5A. Windows color (decimal): -1637206 or 11142375. OLE color: 11142375.

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

Color convert

RGB 231 4 170 -
CMYK 0 0.98 0.26 0.09
HSL 316.12º 0.97% 0.46% -
HSV(B) 316.12º 0.98% 0.91% -
XYZ 40.25 19.98 39.76 -
YUV 90.8 172.71 228 -
System Red Green Blue C M Y K H S L
Decimal 231 4 170 0 0.98 0.26 0.09 316.12 0.97 0.46
Hex E7 4 AA 0 62 1A 9 13C 61 2E
Octal 347 4 252 0 142 32 11 474 141 56
Binary 11100111 100 10101010 0 1100010 11010 1001 100111100 1100001 101110

Color Harmonies of #E704AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E704AA

Black with #E704AA

Text Example


Text Example

White with #E704AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E704AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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