Html Css Color HEX #E003CB Deep Magenta

📋 copy color: '#E003CB'

red 224 ◦ green 3 ◦ blue 203

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

Shades of Deep Magenta #E003CB

Tints of Deep Magenta #E003CB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

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

R = 52.09%
G = 0.7%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E003CB (or 0xE003CB) is known color: Deep Magenta. HEX triplet: E0, 03 and CB. RGB value is (224,3,203). Sum of RGB (Red+Green+Blue) = 224+3+203=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E003CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003CB is #1FFC34. Grayscale: #5B5B5B. Windows color (decimal): -2096181 or 13304800. OLE color: 13304800.

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

Color convert

RGB 224 3 203 -
CMYK 0 0.99 0.09 0.12
HSL 305.7º 0.97% 0.45% -
HSV(B) 305.7º 0.99% 0.88% -
XYZ 41.55 20.22 58.21 -
YUV 91.88 190.72 222.24 -
System Red Green Blue C M Y K H S L
Decimal 224 3 203 0 0.99 0.09 0.12 305.7 0.97 0.45
Hex E0 3 CB 0 63 9 C 132 61 2D
Octal 340 3 313 0 143 11 14 462 141 55
Binary 11100000 11 11001011 0 1100011 1001 1100 100110010 1100001 101101

Color Harmonies of #E003CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E003CB

Black with #E003CB

Text Example


Text Example

White with #E003CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E003CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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