Html Css Color HEX #E802AB Hollywood Cerise

📋 copy color: '#E802AB'

red 232 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #E802AB

Tints of Hollywood Cerise #E802AB

RGB

 RED value IS 232 (91.02% from 255) = 57.28%

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 57.28%
G = 0.49%
B = 42.22%

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

#E802AB (or 0xE802AB) is known color: Hollywood Cerise. HEX triplet: E8, 02 and AB. RGB value is (232,2,171). Sum of RGB (Red+Green+Blue) = 232+2+171=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E802AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E802AB is #17FD54. Grayscale: #595959. Windows color (decimal): -1572181 or 11207400. OLE color: 11207400.

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

Color convert

RGB 232 2 171 -
CMYK 0 0.99 0.26 0.09
HSL 315.91º 0.98% 0.46% -
HSV(B) 315.91º 0.99% 0.91% -
XYZ 40.65 20.14 40.27 -
YUV 90.04 173.7 229.26 -
System Red Green Blue C M Y K H S L
Decimal 232 2 171 0 0.99 0.26 0.09 315.91 0.98 0.46
Hex E8 2 AB 0 63 1A 9 13C 62 2E
Octal 350 2 253 0 143 32 11 474 142 56
Binary 11101000 10 10101011 0 1100011 11010 1001 100111100 1100010 101110

Color Harmonies of #E802AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E802AB

Black with #E802AB

Text Example


Text Example

White with #E802AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E802AB; }

 p { color: rgb(232,2,171); }

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

background-color css

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

 a { background-color: rgb(232,2,171); }

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

border-color css

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

 span { border-color: rgb(232,2,171); }

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