Html Css Color HEX #E10CDE Deep Magenta

📋 copy color: '#E10CDE'

red 225 ◦ green 12 ◦ blue 222

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

Shades of Deep Magenta #E10CDE

Tints of Deep Magenta #E10CDE

RGB

 RED value IS 225 (88.28% from 255) = 49.02%

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 49.02%
G = 2.61%
B = 48.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E10CDE (or 0xE10CDE) is known color: Deep Magenta. HEX triplet: E1, 0C and DE. RGB value is (225,12,222). Sum of RGB (Red+Green+Blue) = 225+12+222=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CDE is #1EF321. Grayscale: #636363. Windows color (decimal): -2028322 or 14552289. OLE color: 14552289.

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

Color convert

RGB 225 12 222 -
CMYK 0 0.95 0.01 0.12
HSL 300.85º 0.9% 0.46% -
HSV(B) 300.85º 0.95% 0.88% -
XYZ 44.37 21.54 70.93 -
YUV 99.63 197.07 217.42 -
System Red Green Blue C M Y K H S L
Decimal 225 12 222 0 0.95 0.01 0.12 300.85 0.9 0.46
Hex E1 C DE 0 5F 1 C 12D 5A 2E
Octal 341 14 336 0 137 1 14 455 132 56
Binary 11100001 1100 11011110 0 1011111 1 1100 100101101 1011010 101110

Color Harmonies of #E10CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CDE

Black with #E10CDE

Text Example


Text Example

White with #E10CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CDE; }

 p { color: rgb(225,12,222); }

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

background-color css

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

 a { background-color: rgb(225,12,222); }

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

border-color css

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

 span { border-color: rgb(225,12,222); }

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