Html Css Color HEX #E10BCB Deep Magenta

📋 copy color: '#E10BCB'

red 225 ◦ green 11 ◦ blue 203

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

Shades of Deep Magenta #E10BCB

Tints of Deep Magenta #E10BCB

RGB

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

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

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

R = 51.25%
G = 2.51%
B = 46.24%

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

#E10BCB (or 0xE10BCB) is known color: Deep Magenta. HEX triplet: E1, 0B and CB. RGB value is (225,11,203). Sum of RGB (Red+Green+Blue) = 225+11+203=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E10BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10BCB is #1EF434. Grayscale: #606060. Windows color (decimal): -2028597 or 13306849. OLE color: 13306849.

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

Color convert

RGB 225 11 203 -
CMYK 0 0.95 0.10 0.12
HSL 306.17º 0.91% 0.46% -
HSV(B) 306.17º 0.95% 0.88% -
XYZ 41.95 20.56 58.26 -
YUV 96.87 187.9 219.39 -
System Red Green Blue C M Y K H S L
Decimal 225 11 203 0 0.95 0.10 0.12 306.17 0.91 0.46
Hex E1 B CB 0 5F A C 132 5B 2E
Octal 341 13 313 0 137 12 14 462 133 56
Binary 11100001 1011 11001011 0 1011111 1010 1100 100110010 1011011 101110

Color Harmonies of #E10BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10BCB

Black with #E10BCB

Text Example


Text Example

White with #E10BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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