Html Css Color HEX #E602CC Hot Magenta

📋 copy color: '#E602CC'

red 230 ◦ green 2 ◦ blue 204

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

Shades of Hot Magenta #E602CC

Tints of Hot Magenta #E602CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 52.75%
G = 0.46%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E602CC (or 0xE602CC) is known color: Hot Magenta. HEX triplet: E6, 02 and CC. RGB value is (230,2,204). Sum of RGB (Red+Green+Blue) = 230+2+204=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E602CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602CC is #19FD33. Grayscale: #5C5C5C. Windows color (decimal): -1703220 or 13370086. OLE color: 13370086.

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

Color convert

RGB 230 2 204 -
CMYK 0 0.99 0.11 0.10
HSL 306.84º 0.98% 0.45% -
HSV(B) 306.84º 0.99% 0.9% -
XYZ 43.55 21.23 58.93 -
YUV 93.2 190.54 225.57 -
System Red Green Blue C M Y K H S L
Decimal 230 2 204 0 0.99 0.11 0.10 306.84 0.98 0.45
Hex E6 2 CC 0 63 B A 133 62 2D
Octal 346 2 314 0 143 13 12 463 142 55
Binary 11100110 10 11001100 0 1100011 1011 1010 100110011 1100010 101101

Color Harmonies of #E602CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602CC

Black with #E602CC

Text Example


Text Example

White with #E602CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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