Html Css Color HEX #E50CD0 Deep Magenta

📋 copy color: '#E50CD0'

red 229 ◦ green 12 ◦ blue 208

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

Shades of Deep Magenta #E50CD0

Tints of Deep Magenta #E50CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.33%

R = 51%
G = 2.67%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E50CD0 (or 0xE50CD0) is known color: Deep Magenta. HEX triplet: E5, 0C and D0. RGB value is (229,12,208). Sum of RGB (Red+Green+Blue) = 229+12+208=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CD0 is #1AF32F. Grayscale: #626262. Windows color (decimal): -1766192 or 13634789. OLE color: 13634789.

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

Color convert

RGB 229 12 208 -
CMYK 0 0.95 0.09 0.10
HSL 305.81º 0.9% 0.47% -
HSV(B) 305.81º 0.95% 0.9% -
XYZ 43.83 21.48 61.51 -
YUV 99.23 189.39 220.56 -
System Red Green Blue C M Y K H S L
Decimal 229 12 208 0 0.95 0.09 0.10 305.81 0.9 0.47
Hex E5 C D0 0 5F 9 A 132 5A 2F
Octal 345 14 320 0 137 11 12 462 132 57
Binary 11100101 1100 11010000 0 1011111 1001 1010 100110010 1011010 101111

Color Harmonies of #E50CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50CD0

Black with #E50CD0

Text Example


Text Example

White with #E50CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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