Html Css Color HEX #E602AA Hollywood Cerise

📋 copy color: '#E602AA'

red 230 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #E602AA

Tints of Hollywood Cerise #E602AA

RGB

 RED value IS 230 (90.23% from 255) = 57.21%

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

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

R = 57.21%
G = 0.5%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E602AA (or 0xE602AA) is known color: Hollywood Cerise. HEX triplet: E6, 02 and AA. RGB value is (230,2,170). Sum of RGB (Red+Green+Blue) = 230+2+170=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E602AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E602AA is #19FD55. Grayscale: #585858. Windows color (decimal): -1703254 or 11141862. OLE color: 11141862.

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

Color convert

RGB 230 2 170 -
CMYK 0 0.99 0.26 0.10
HSL 315.79º 0.98% 0.45% -
HSV(B) 315.79º 0.99% 0.9% -
XYZ 39.91 19.77 39.74 -
YUV 89.32 173.54 228.34 -
System Red Green Blue C M Y K H S L
Decimal 230 2 170 0 0.99 0.26 0.10 315.79 0.98 0.45
Hex E6 2 AA 0 63 1A A 13C 62 2D
Octal 346 2 252 0 143 32 12 474 142 55
Binary 11100110 10 10101010 0 1100011 11010 1010 100111100 1100010 101101

Color Harmonies of #E602AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602AA

Black with #E602AA

Text Example


Text Example

White with #E602AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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