Html Css Color HEX #E007CB Deep Magenta

📋 copy color: '#E007CB'

red 224 ◦ green 7 ◦ blue 203

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

Shades of Deep Magenta #E007CB

Tints of Deep Magenta #E007CB

RGB

 RED value IS 224 (87.89% from 255) = 51.61%

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

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

R = 51.61%
G = 1.61%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E007CB (or 0xE007CB) is known color: Deep Magenta. HEX triplet: E0, 07 and CB. RGB value is (224,7,203). Sum of RGB (Red+Green+Blue) = 224+7+203=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E007CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E007CB is #1FF834. Grayscale: #5D5D5D. Windows color (decimal): -2095157 or 13305824. OLE color: 13305824.

HSL color Cylindrical-coordinate representation of color #E007CB: hue angle of 305.81º degrees, saturation: 0.94, 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 #E007CB is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 7 203 -
CMYK 0 0.97 0.09 0.12
HSL 305.81º 0.94% 0.45% -
HSV(B) 305.81º 0.97% 0.88% -
XYZ 41.6 20.31 58.23 -
YUV 94.23 189.39 220.56 -
System Red Green Blue C M Y K H S L
Decimal 224 7 203 0 0.97 0.09 0.12 305.81 0.94 0.45
Hex E0 7 CB 0 61 9 C 132 5E 2D
Octal 340 7 313 0 141 11 14 462 136 55
Binary 11100000 111 11001011 0 1100001 1001 1100 100110010 1011110 101101

Color Harmonies of #E007CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E007CB

Black with #E007CB

Text Example


Text Example

White with #E007CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E007CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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