Html Css Color HEX #E702AC Hollywood Cerise

📋 copy color: '#E702AC'

red 231 ◦ green 2 ◦ blue 172

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

Shades of Hollywood Cerise #E702AC

Tints of Hollywood Cerise #E702AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 57.04%
G = 0.49%
B = 42.47%

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

#E702AC (or 0xE702AC) is known color: Hollywood Cerise. HEX triplet: E7, 02 and AC. RGB value is (231,2,172). Sum of RGB (Red+Green+Blue) = 231+2+172=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E702AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E702AC is #18FD53. Grayscale: #595959. Windows color (decimal): -1637716 or 11272935. OLE color: 11272935.

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

Color convert

RGB 231 2 172 -
CMYK 0 0.99 0.26 0.09
HSL 315.46º 0.98% 0.46% -
HSV(B) 315.46º 0.99% 0.91% -
XYZ 40.42 20.01 40.76 -
YUV 89.85 174.37 228.68 -
System Red Green Blue C M Y K H S L
Decimal 231 2 172 0 0.99 0.26 0.09 315.46 0.98 0.46
Hex E7 2 AC 0 63 1A 9 13B 62 2E
Octal 347 2 254 0 143 32 11 473 142 56
Binary 11100111 10 10101100 0 1100011 11010 1001 100111011 1100010 101110

Color Harmonies of #E702AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E702AC

Black with #E702AC

Text Example


Text Example

White with #E702AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E702AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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