Html Css Color HEX #E002BA Deep Magenta

📋 copy color: '#E002BA'

red 224 ◦ green 2 ◦ blue 186

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

Shades of Deep Magenta #E002BA

Tints of Deep Magenta #E002BA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 54.37%
G = 0.49%
B = 45.15%

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

#E002BA (or 0xE002BA) is known color: Deep Magenta. HEX triplet: E0, 02 and BA. RGB value is (224,2,186). Sum of RGB (Red+Green+Blue) = 224+2+186=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E002BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002BA is #1FFD45. Grayscale: #585858. Windows color (decimal): -2096454 or 12190432. OLE color: 12190432.

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

Color convert

RGB 224 2 186 -
CMYK 0 0.99 0.17 0.12
HSL 310.27º 0.98% 0.44% -
HSV(B) 310.27º 0.99% 0.88% -
XYZ 39.63 19.44 48.12 -
YUV 89.35 182.55 224.04 -
System Red Green Blue C M Y K H S L
Decimal 224 2 186 0 0.99 0.17 0.12 310.27 0.98 0.44
Hex E0 2 BA 0 63 11 C 136 62 2C
Octal 340 2 272 0 143 21 14 466 142 54
Binary 11100000 10 10111010 0 1100011 10001 1100 100110110 1100010 101100

Color Harmonies of #E002BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002BA

Black with #E002BA

Text Example


Text Example

White with #E002BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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