Html Css Color HEX #E602A3 Hollywood Cerise

📋 copy color: '#E602A3'

red 230 ◦ green 2 ◦ blue 163

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

Shades of Hollywood Cerise #E602A3

Tints of Hollywood Cerise #E602A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.27%

R = 58.23%
G = 0.51%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E602A3 (or 0xE602A3) is known color: Hollywood Cerise. HEX triplet: E6, 02 and A3. RGB value is (230,2,163). Sum of RGB (Red+Green+Blue) = 230+2+163=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E602A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E602A3 is #19FD5C. Grayscale: #585858. Windows color (decimal): -1703261 or 10683110. OLE color: 10683110.

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

Color convert

RGB 230 2 163 -
CMYK 0 0.99 0.29 0.10
HSL 317.63º 0.98% 0.45% -
HSV(B) 317.63º 0.99% 0.9% -
XYZ 39.27 19.51 36.35 -
YUV 88.53 170.04 228.91 -
System Red Green Blue C M Y K H S L
Decimal 230 2 163 0 0.99 0.29 0.10 317.63 0.98 0.45
Hex E6 2 A3 0 63 1D A 13E 62 2D
Octal 346 2 243 0 143 35 12 476 142 55
Binary 11100110 10 10100011 0 1100011 11101 1010 100111110 1100010 101101

Color Harmonies of #E602A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602A3

Black with #E602A3

Text Example


Text Example

White with #E602A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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