Html Css Color HEX #E003BA Deep Magenta

📋 copy color: '#E003BA'

red 224 ◦ green 3 ◦ blue 186

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

Shades of Deep Magenta #E003BA

Tints of Deep Magenta #E003BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 54.24%
G = 0.73%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E003BA (or 0xE003BA) is known color: Deep Magenta. HEX triplet: E0, 03 and BA. RGB value is (224,3,186). Sum of RGB (Red+Green+Blue) = 224+3+186=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E003BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003BA is #1FFC45. Grayscale: #595959. Windows color (decimal): -2096198 or 12190688. OLE color: 12190688.

HSL color Cylindrical-coordinate representation of color #E003BA: hue angle of 310.32º 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 #E003BA is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 3 186 -
CMYK 0 0.99 0.17 0.12
HSL 310.32º 0.97% 0.45% -
HSV(B) 310.32º 0.99% 0.88% -
XYZ 39.64 19.46 48.12 -
YUV 89.94 182.22 223.62 -
System Red Green Blue C M Y K H S L
Decimal 224 3 186 0 0.99 0.17 0.12 310.32 0.97 0.45
Hex E0 3 BA 0 63 11 C 136 61 2D
Octal 340 3 272 0 143 21 14 466 141 55
Binary 11100000 11 10111010 0 1100011 10001 1100 100110110 1100001 101101

Color Harmonies of #E003BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E003BA

Black with #E003BA

Text Example


Text Example

White with #E003BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E003BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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