Html Css Color HEX #E602CE Hot Magenta

📋 copy color: '#E602CE'

red 230 ◦ green 2 ◦ blue 206

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

Shades of Hot Magenta #E602CE

Tints of Hot Magenta #E602CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 52.51%
G = 0.46%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E602CE (or 0xE602CE) is known color: Hot Magenta. HEX triplet: E6, 02 and CE. RGB value is (230,2,206). Sum of RGB (Red+Green+Blue) = 230+2+206=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E602CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602CE is #19FD31. Grayscale: #5C5C5C. Windows color (decimal): -1703218 or 13501158. OLE color: 13501158.

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

Color convert

RGB 230 2 206 -
CMYK 0 0.99 0.10 0.10
HSL 306.32º 0.98% 0.45% -
HSV(B) 306.32º 0.99% 0.9% -
XYZ 43.8 21.32 60.2 -
YUV 93.43 191.54 225.41 -
System Red Green Blue C M Y K H S L
Decimal 230 2 206 0 0.99 0.10 0.10 306.32 0.98 0.45
Hex E6 2 CE 0 63 A A 132 62 2D
Octal 346 2 316 0 143 12 12 462 142 55
Binary 11100110 10 11001110 0 1100011 1010 1010 100110010 1100010 101101

Color Harmonies of #E602CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602CE

Black with #E602CE

Text Example


Text Example

White with #E602CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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