Html Css Color HEX #E10CCE Deep Magenta

📋 copy color: '#E10CCE'

red 225 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #E10CCE

Tints of Deep Magenta #E10CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 50.79%
G = 2.71%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E10CCE (or 0xE10CCE) is known color: Deep Magenta. HEX triplet: E1, 0C and CE. RGB value is (225,12,206). Sum of RGB (Red+Green+Blue) = 225+12+206=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CCE is #1EF331. Grayscale: #616161. Windows color (decimal): -2028338 or 13503713. OLE color: 13503713.

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

Color convert

RGB 225 12 206 -
CMYK 0 0.95 0.08 0.12
HSL 305.35º 0.9% 0.46% -
HSV(B) 305.35º 0.95% 0.88% -
XYZ 42.32 20.73 60.16 -
YUV 97.8 189.07 218.73 -
System Red Green Blue C M Y K H S L
Decimal 225 12 206 0 0.95 0.08 0.12 305.35 0.9 0.46
Hex E1 C CE 0 5F 8 C 131 5A 2E
Octal 341 14 316 0 137 10 14 461 132 56
Binary 11100001 1100 11001110 0 1011111 1000 1100 100110001 1011010 101110

Color Harmonies of #E10CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CCE

Black with #E10CCE

Text Example


Text Example

White with #E10CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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