Html Css Color HEX #E10BCA Deep Magenta

📋 copy color: '#E10BCA'

red 225 ◦ green 11 ◦ blue 202

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

Shades of Deep Magenta #E10BCA

Tints of Deep Magenta #E10BCA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.51%

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

R = 51.37%
G = 2.51%
B = 46.12%

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

#E10BCA (or 0xE10BCA) is known color: Deep Magenta. HEX triplet: E1, 0B and CA. RGB value is (225,11,202). Sum of RGB (Red+Green+Blue) = 225+11+202=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E10BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10BCA is #1EF435. Grayscale: #606060. Windows color (decimal): -2028598 or 13241313. OLE color: 13241313.

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

Color convert

RGB 225 11 202 -
CMYK 0 0.95 0.10 0.12
HSL 306.45º 0.91% 0.46% -
HSV(B) 306.45º 0.95% 0.88% -
XYZ 41.83 20.51 57.63 -
YUV 96.76 187.4 219.47 -
System Red Green Blue C M Y K H S L
Decimal 225 11 202 0 0.95 0.10 0.12 306.45 0.91 0.46
Hex E1 B CA 0 5F A C 132 5B 2E
Octal 341 13 312 0 137 12 14 462 133 56
Binary 11100001 1011 11001010 0 1011111 1010 1100 100110010 1011011 101110

Color Harmonies of #E10BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10BCA

Black with #E10BCA

Text Example


Text Example

White with #E10BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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