Html Css Color HEX #E10CCB Deep Magenta

📋 copy color: '#E10CCB'

red 225 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #E10CCB

Tints of Deep Magenta #E10CCB

RGB

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

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

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

R = 51.14%
G = 2.73%
B = 46.14%

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

#E10CCB (or 0xE10CCB) is known color: Deep Magenta. HEX triplet: E1, 0C and CB. RGB value is (225,12,203). Sum of RGB (Red+Green+Blue) = 225+12+203=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CCB is #1EF334. Grayscale: #606060. Windows color (decimal): -2028341 or 13307105. OLE color: 13307105.

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

Color convert

RGB 225 12 203 -
CMYK 0 0.95 0.10 0.12
HSL 306.2º 0.9% 0.46% -
HSV(B) 306.2º 0.95% 0.88% -
XYZ 41.96 20.58 58.26 -
YUV 97.46 187.57 218.97 -
System Red Green Blue C M Y K H S L
Decimal 225 12 203 0 0.95 0.10 0.12 306.2 0.9 0.46
Hex E1 C CB 0 5F A C 132 5A 2E
Octal 341 14 313 0 137 12 14 462 132 56
Binary 11100001 1100 11001011 0 1011111 1010 1100 100110010 1011010 101110

Color Harmonies of #E10CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CCB

Black with #E10CCB

Text Example


Text Example

White with #E10CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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