Html Css Color HEX #E505CB Deep Magenta

📋 copy color: '#E505CB'

red 229 ◦ green 5 ◦ blue 203

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

Shades of Deep Magenta #E505CB

Tints of Deep Magenta #E505CB

RGB

 RED value IS 229 (89.84% from 255) = 52.4%

 GREEN value IS 5 (2.34% from 255) = 1.14%

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

R = 52.4%
G = 1.14%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E505CB (or 0xE505CB) is known color: Deep Magenta. HEX triplet: E5, 05 and CB. RGB value is (229,5,203). Sum of RGB (Red+Green+Blue) = 229+5+203=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E505CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505CB is #1AFA34. Grayscale: #5D5D5D. Windows color (decimal): -1767989 or 13305317. OLE color: 13305317.

HSL color Cylindrical-coordinate representation of color #E505CB: hue angle of 306.96º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505CB is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 203 -
CMYK 0 0.98 0.11 0.10
HSL 306.96º 0.96% 0.46% -
HSV(B) 306.96º 0.98% 0.9% -
XYZ 43.15 21.08 58.29 -
YUV 94.55 189.21 223.9 -
System Red Green Blue C M Y K H S L
Decimal 229 5 203 0 0.98 0.11 0.10 306.96 0.96 0.46
Hex E5 5 CB 0 62 B A 133 60 2E
Octal 345 5 313 0 142 13 12 463 140 56
Binary 11100101 101 11001011 0 1100010 1011 1010 100110011 1100000 101110

Color Harmonies of #E505CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505CB

Black with #E505CB

Text Example


Text Example

White with #E505CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505CB; }

 p { color: rgb(229,5,203); }

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

background-color css

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

 a { background-color: rgb(229,5,203); }

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

border-color css

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

 span { border-color: rgb(229,5,203); }

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