Html Css Color HEX #E602AB Hollywood Cerise

📋 copy color: '#E602AB'

red 230 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #E602AB

Tints of Hollywood Cerise #E602AB

RGB

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

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

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

R = 57.07%
G = 0.5%
B = 42.43%

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

#E602AB (or 0xE602AB) is known color: Hollywood Cerise. HEX triplet: E6, 02 and AB. RGB value is (230,2,171). Sum of RGB (Red+Green+Blue) = 230+2+171=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E602AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E602AB is #19FD54. Grayscale: #585858. Windows color (decimal): -1703253 or 11207398. OLE color: 11207398.

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

Color convert

RGB 230 2 171 -
CMYK 0 0.99 0.26 0.10
HSL 315.53º 0.98% 0.45% -
HSV(B) 315.53º 0.99% 0.9% -
XYZ 40.01 19.81 40.24 -
YUV 89.44 174.04 228.26 -
System Red Green Blue C M Y K H S L
Decimal 230 2 171 0 0.99 0.26 0.10 315.53 0.98 0.45
Hex E6 2 AB 0 63 1A A 13C 62 2D
Octal 346 2 253 0 143 32 12 474 142 55
Binary 11100110 10 10101011 0 1100011 11010 1010 100111100 1100010 101101

Color Harmonies of #E602AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602AB

Black with #E602AB

Text Example


Text Example

White with #E602AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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