Html Css Color HEX #E802AF Hollywood Cerise

📋 copy color: '#E802AF'

red 232 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #E802AF

Tints of Hollywood Cerise #E802AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 56.72%
G = 0.49%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E802AF (or 0xE802AF) is known color: Hollywood Cerise. HEX triplet: E8, 02 and AF. RGB value is (232,2,175). Sum of RGB (Red+Green+Blue) = 232+2+175=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E802AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E802AF is #17FD50. Grayscale: #5A5A5A. Windows color (decimal): -1572177 or 11469544. OLE color: 11469544.

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

Color convert

RGB 232 2 175 -
CMYK 0 0.99 0.25 0.09
HSL 314.87º 0.98% 0.46% -
HSV(B) 314.87º 0.99% 0.91% -
XYZ 41.04 20.29 42.31 -
YUV 90.49 175.7 228.93 -
System Red Green Blue C M Y K H S L
Decimal 232 2 175 0 0.99 0.25 0.09 314.87 0.98 0.46
Hex E8 2 AF 0 63 19 9 13B 62 2E
Octal 350 2 257 0 143 31 11 473 142 56
Binary 11101000 10 10101111 0 1100011 11001 1001 100111011 1100010 101110

Color Harmonies of #E802AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E802AF

Black with #E802AF

Text Example


Text Example

White with #E802AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E802AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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