Html Css Color HEX #E106CB Deep Magenta

📋 copy color: '#E106CB'

red 225 ◦ green 6 ◦ blue 203

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

Shades of Deep Magenta #E106CB

Tints of Deep Magenta #E106CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.38%

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

R = 51.84%
G = 1.38%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E106CB (or 0xE106CB) is known color: Deep Magenta. HEX triplet: E1, 06 and CB. RGB value is (225,6,203). Sum of RGB (Red+Green+Blue) = 225+6+203=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E106CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E106CB is #1EF934. Grayscale: #5D5D5D. Windows color (decimal): -2029877 or 13305569. OLE color: 13305569.

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

Color convert

RGB 225 6 203 -
CMYK 0 0.97 0.10 0.12
HSL 306.03º 0.95% 0.45% -
HSV(B) 306.03º 0.97% 0.88% -
XYZ 41.9 20.45 58.24 -
YUV 93.94 189.55 221.48 -
System Red Green Blue C M Y K H S L
Decimal 225 6 203 0 0.97 0.10 0.12 306.03 0.95 0.45
Hex E1 6 CB 0 61 A C 132 5F 2D
Octal 341 6 313 0 141 12 14 462 137 55
Binary 11100001 110 11001011 0 1100001 1010 1100 100110010 1011111 101101

Color Harmonies of #E106CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E106CB

Black with #E106CB

Text Example


Text Example

White with #E106CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E106CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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