Html Css Color HEX #E10FCB Deep Magenta

📋 copy color: '#E10FCB'

red 225 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #E10FCB

Tints of Deep Magenta #E10FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.39%

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 50.79%
G = 3.39%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E10FCB (or 0xE10FCB) is known color: Deep Magenta. HEX triplet: E1, 0F and CB. RGB value is (225,15,203). Sum of RGB (Red+Green+Blue) = 225+15+203=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FCB is #1EF034. Grayscale: #626262. Windows color (decimal): -2027573 or 13307873. OLE color: 13307873.

HSL color Cylindrical-coordinate representation of color #E10FCB: hue angle of 306.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10FCB is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 15 203 -
CMYK 0 0.93 0.10 0.12
HSL 306.29º 0.88% 0.47% -
HSV(B) 306.29º 0.93% 0.88% -
XYZ 42 20.66 58.27 -
YUV 99.22 186.57 217.71 -
System Red Green Blue C M Y K H S L
Decimal 225 15 203 0 0.93 0.10 0.12 306.29 0.88 0.47
Hex E1 F CB 0 5D A C 132 58 2F
Octal 341 17 313 0 135 12 14 462 130 57
Binary 11100001 1111 11001011 0 1011101 1010 1100 100110010 1011000 101111

Color Harmonies of #E10FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10FCB

Black with #E10FCB

Text Example


Text Example

White with #E10FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10FCB; }

 p { color: rgb(225,15,203); }

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

background-color css

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

 a { background-color: rgb(225,15,203); }

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

border-color css

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

 span { border-color: rgb(225,15,203); }

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