Html Css Color HEX #E602CA Hot Magenta

📋 copy color: '#E602CA'

red 230 ◦ green 2 ◦ blue 202

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

Shades of Hot Magenta #E602CA

Tints of Hot Magenta #E602CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 53%
G = 0.46%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E602CA (or 0xE602CA) is known color: Hot Magenta. HEX triplet: E6, 02 and CA. RGB value is (230,2,202). Sum of RGB (Red+Green+Blue) = 230+2+202=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E602CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602CA is #19FD35. Grayscale: #5C5C5C. Windows color (decimal): -1703222 or 13239014. OLE color: 13239014.

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

Color convert

RGB 230 2 202 -
CMYK 0 0.99 0.12 0.10
HSL 307.37º 0.98% 0.45% -
HSV(B) 307.37º 0.99% 0.9% -
XYZ 43.32 21.13 57.67 -
YUV 92.97 189.54 225.74 -
System Red Green Blue C M Y K H S L
Decimal 230 2 202 0 0.99 0.12 0.10 307.37 0.98 0.45
Hex E6 2 CA 0 63 C A 133 62 2D
Octal 346 2 312 0 143 14 12 463 142 55
Binary 11100110 10 11001010 0 1100011 1100 1010 100110011 1100010 101101

Color Harmonies of #E602CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602CA

Black with #E602CA

Text Example


Text Example

White with #E602CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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