Html Css Color HEX #E103CE Deep Magenta

📋 copy color: '#E103CE'

red 225 ◦ green 3 ◦ blue 206

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

Shades of Deep Magenta #E103CE

Tints of Deep Magenta #E103CE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.69%

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

R = 51.84%
G = 0.69%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E103CE (or 0xE103CE) is known color: Deep Magenta. HEX triplet: E1, 03 and CE. RGB value is (225,3,206). Sum of RGB (Red+Green+Blue) = 225+3+206=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E103CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E103CE is #1EFC31. Grayscale: #5B5B5B. Windows color (decimal): -2030642 or 13501409. OLE color: 13501409.

HSL color Cylindrical-coordinate representation of color #E103CE: hue angle of 305.14º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E103CE is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 3 206 -
CMYK 0 0.99 0.08 0.12
HSL 305.14º 0.97% 0.45% -
HSV(B) 305.14º 0.99% 0.88% -
XYZ 42.22 20.53 60.13 -
YUV 92.52 192.05 222.49 -
System Red Green Blue C M Y K H S L
Decimal 225 3 206 0 0.99 0.08 0.12 305.14 0.97 0.45
Hex E1 3 CE 0 63 8 C 131 61 2D
Octal 341 3 316 0 143 10 14 461 141 55
Binary 11100001 11 11001110 0 1100011 1000 1100 100110001 1100001 101101

Color Harmonies of #E103CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E103CE

Black with #E103CE

Text Example


Text Example

White with #E103CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E103CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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