Html Css Color HEX #E702AA Hollywood Cerise

📋 copy color: '#E702AA'

red 231 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #E702AA

Tints of Hollywood Cerise #E702AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 57.32%
G = 0.5%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E702AA (or 0xE702AA) is known color: Hollywood Cerise. HEX triplet: E7, 02 and AA. RGB value is (231,2,170). Sum of RGB (Red+Green+Blue) = 231+2+170=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E702AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E702AA is #18FD55. Grayscale: #595959. Windows color (decimal): -1637718 or 11141863. OLE color: 11141863.

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

Color convert

RGB 231 2 170 -
CMYK 0 0.99 0.26 0.09
HSL 315.98º 0.98% 0.46% -
HSV(B) 315.98º 0.99% 0.91% -
XYZ 40.23 19.93 39.76 -
YUV 89.62 173.37 228.84 -
System Red Green Blue C M Y K H S L
Decimal 231 2 170 0 0.99 0.26 0.09 315.98 0.98 0.46
Hex E7 2 AA 0 63 1A 9 13C 62 2E
Octal 347 2 252 0 143 32 11 474 142 56
Binary 11100111 10 10101010 0 1100011 11010 1001 100111100 1100010 101110

Color Harmonies of #E702AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E702AA

Black with #E702AA

Text Example


Text Example

White with #E702AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E702AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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