Html Css Color HEX #E50CCF Deep Magenta

📋 copy color: '#E50CCF'

red 229 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #E50CCF

Tints of Deep Magenta #E50CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.68%

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

R = 51.12%
G = 2.68%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E50CCF (or 0xE50CCF) is known color: Deep Magenta. HEX triplet: E5, 0C and CF. RGB value is (229,12,207). Sum of RGB (Red+Green+Blue) = 229+12+207=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CCF is #1AF330. Grayscale: #626262. Windows color (decimal): -1766193 or 13569253. OLE color: 13569253.

HSL color Cylindrical-coordinate representation of color #E50CCF: hue angle of 306.08º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CCF is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 12 207 -
CMYK 0 0.95 0.10 0.10
HSL 306.08º 0.9% 0.47% -
HSV(B) 306.08º 0.95% 0.9% -
XYZ 43.71 21.43 60.86 -
YUV 99.11 188.89 220.64 -
System Red Green Blue C M Y K H S L
Decimal 229 12 207 0 0.95 0.10 0.10 306.08 0.9 0.47
Hex E5 C CF 0 5F A A 132 5A 2F
Octal 345 14 317 0 137 12 12 462 132 57
Binary 11100101 1100 11001111 0 1011111 1010 1010 100110010 1011010 101111

Color Harmonies of #E50CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50CCF

Black with #E50CCF

Text Example


Text Example

White with #E50CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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