Html Css Color HEX #E502CF Deep Magenta

📋 copy color: '#E502CF'

red 229 ◦ green 2 ◦ blue 207

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

Shades of Deep Magenta #E502CF

Tints of Deep Magenta #E502CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 52.28%
G = 0.46%
B = 47.26%

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

#E502CF (or 0xE502CF) is known color: Deep Magenta. HEX triplet: E5, 02 and CF. RGB value is (229,2,207). Sum of RGB (Red+Green+Blue) = 229+2+207=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E502CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502CF is #1AFD30. Grayscale: #5C5C5C. Windows color (decimal): -1768753 or 13566693. OLE color: 13566693.

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

Color convert

RGB 229 2 207 -
CMYK 0 0.99 0.10 0.10
HSL 305.82º 0.98% 0.45% -
HSV(B) 305.82º 0.99% 0.9% -
XYZ 43.6 21.21 60.83 -
YUV 93.24 192.21 224.83 -
System Red Green Blue C M Y K H S L
Decimal 229 2 207 0 0.99 0.10 0.10 305.82 0.98 0.45
Hex E5 2 CF 0 63 A A 132 62 2D
Octal 345 2 317 0 143 12 12 462 142 55
Binary 11100101 10 11001111 0 1100011 1010 1010 100110010 1100010 101101

Color Harmonies of #E502CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502CF

Black with #E502CF

Text Example


Text Example

White with #E502CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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