Html Css Color HEX #E507CB Deep Magenta

📋 copy color: '#E507CB'

red 229 ◦ green 7 ◦ blue 203

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

Shades of Deep Magenta #E507CB

Tints of Deep Magenta #E507CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.59%

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

R = 52.16%
G = 1.59%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E507CB (or 0xE507CB) is known color: Deep Magenta. HEX triplet: E5, 07 and CB. RGB value is (229,7,203). Sum of RGB (Red+Green+Blue) = 229+7+203=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E507CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E507CB is #1AF834. Grayscale: #5F5F5F. Windows color (decimal): -1767477 or 13305829. OLE color: 13305829.

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

Color convert

RGB 229 7 203 -
CMYK 0 0.97 0.11 0.10
HSL 307.03º 0.94% 0.46% -
HSV(B) 307.03º 0.97% 0.9% -
XYZ 43.17 21.12 58.3 -
YUV 95.72 188.55 223.06 -
System Red Green Blue C M Y K H S L
Decimal 229 7 203 0 0.97 0.11 0.10 307.03 0.94 0.46
Hex E5 7 CB 0 61 B A 133 5E 2E
Octal 345 7 313 0 141 13 12 463 136 56
Binary 11100101 111 11001011 0 1100001 1011 1010 100110011 1011110 101110

Color Harmonies of #E507CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E507CB

Black with #E507CB

Text Example


Text Example

White with #E507CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E507CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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