Html Css Color HEX #E002BC Deep Magenta

📋 copy color: '#E002BC'

red 224 ◦ green 2 ◦ blue 188

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

Shades of Deep Magenta #E002BC

Tints of Deep Magenta #E002BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 54.11%
G = 0.48%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E002BC (or 0xE002BC) is known color: Deep Magenta. HEX triplet: E0, 02 and BC. RGB value is (224,2,188). Sum of RGB (Red+Green+Blue) = 224+2+188=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E002BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002BC is #1FFD43. Grayscale: #595959. Windows color (decimal): -2096452 or 12321504. OLE color: 12321504.

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

Color convert

RGB 224 2 188 -
CMYK 0 0.99 0.16 0.12
HSL 309.73º 0.98% 0.44% -
HSV(B) 309.73º 0.99% 0.88% -
XYZ 39.84 19.52 49.25 -
YUV 89.58 183.55 223.88 -
System Red Green Blue C M Y K H S L
Decimal 224 2 188 0 0.99 0.16 0.12 309.73 0.98 0.44
Hex E0 2 BC 0 63 10 C 136 62 2C
Octal 340 2 274 0 143 20 14 466 142 54
Binary 11100000 10 10111100 0 1100011 10000 1100 100110110 1100010 101100

Color Harmonies of #E002BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002BC

Black with #E002BC

Text Example


Text Example

White with #E002BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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