Html Css Color HEX #E502CA Hot Magenta

📋 copy color: '#E502CA'

red 229 ◦ green 2 ◦ blue 202

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

Shades of Hot Magenta #E502CA

Tints of Hot Magenta #E502CA

RGB

 RED value IS 229 (89.84% from 255) = 52.89%

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

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

R = 52.89%
G = 0.46%
B = 46.65%

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

#E502CA (or 0xE502CA) is known color: Hot Magenta. HEX triplet: E5, 02 and CA. RGB value is (229,2,202). Sum of RGB (Red+Green+Blue) = 229+2+202=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E502CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502CA is #1AFD35. Grayscale: #5C5C5C. Windows color (decimal): -1768758 or 13239013. OLE color: 13239013.

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

Color convert

RGB 229 2 202 -
CMYK 0 0.99 0.12 0.10
HSL 307.14º 0.98% 0.45% -
HSV(B) 307.14º 0.99% 0.9% -
XYZ 43 20.97 57.66 -
YUV 92.67 189.71 225.24 -
System Red Green Blue C M Y K H S L
Decimal 229 2 202 0 0.99 0.12 0.10 307.14 0.98 0.45
Hex E5 2 CA 0 63 C A 133 62 2D
Octal 345 2 312 0 143 14 12 463 142 55
Binary 11100101 10 11001010 0 1100011 1100 1010 100110011 1100010 101101

Color Harmonies of #E502CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502CA

Black with #E502CA

Text Example


Text Example

White with #E502CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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