Html Css Color HEX #E702A8 Hollywood Cerise

📋 copy color: '#E702A8'

red 231 ◦ green 2 ◦ blue 168

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

Shades of Hollywood Cerise #E702A8

Tints of Hollywood Cerise #E702A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.9%

R = 57.61%
G = 0.5%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E702A8 (or 0xE702A8) is known color: Hollywood Cerise. HEX triplet: E7, 02 and A8. RGB value is (231,2,168). Sum of RGB (Red+Green+Blue) = 231+2+168=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E702A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E702A8 is #18FD57. Grayscale: #585858. Windows color (decimal): -1637720 or 11010791. OLE color: 11010791.

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

Color convert

RGB 231 2 168 -
CMYK 0 0.99 0.27 0.09
HSL 316.51º 0.98% 0.46% -
HSV(B) 316.51º 0.99% 0.91% -
XYZ 40.04 19.86 38.77 -
YUV 89.4 172.37 229 -
System Red Green Blue C M Y K H S L
Decimal 231 2 168 0 0.99 0.27 0.09 316.51 0.98 0.46
Hex E7 2 A8 0 63 1B 9 13D 62 2E
Octal 347 2 250 0 143 33 11 475 142 56
Binary 11100111 10 10101000 0 1100011 11011 1001 100111101 1100010 101110

Color Harmonies of #E702A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E702A8

Black with #E702A8

Text Example


Text Example

White with #E702A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E702A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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