Html Css Color HEX #E10CCA Deep Magenta

📋 copy color: '#E10CCA'

red 225 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #E10CCA

Tints of Deep Magenta #E10CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 51.25%
G = 2.73%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E10CCA (or 0xE10CCA) is known color: Deep Magenta. HEX triplet: E1, 0C and CA. RGB value is (225,12,202). Sum of RGB (Red+Green+Blue) = 225+12+202=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CCA is #1EF335. Grayscale: #606060. Windows color (decimal): -2028342 or 13241569. OLE color: 13241569.

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

Color convert

RGB 225 12 202 -
CMYK 0 0.95 0.10 0.12
HSL 306.48º 0.9% 0.46% -
HSV(B) 306.48º 0.95% 0.88% -
XYZ 41.84 20.53 57.64 -
YUV 97.35 187.07 219.05 -
System Red Green Blue C M Y K H S L
Decimal 225 12 202 0 0.95 0.10 0.12 306.48 0.9 0.46
Hex E1 C CA 0 5F A C 132 5A 2E
Octal 341 14 312 0 137 12 14 462 132 56
Binary 11100001 1100 11001010 0 1011111 1010 1100 100110010 1011010 101110

Color Harmonies of #E10CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CCA

Black with #E10CCA

Text Example


Text Example

White with #E10CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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