Html Css Color HEX #E005BB Deep Magenta

📋 copy color: '#E005BB'

red 224 ◦ green 5 ◦ blue 187

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

Shades of Deep Magenta #E005BB

Tints of Deep Magenta #E005BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 53.85%
G = 1.2%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E005BB (or 0xE005BB) is known color: Deep Magenta. HEX triplet: E0, 05 and BB. RGB value is (224,5,187). Sum of RGB (Red+Green+Blue) = 224+5+187=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E005BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005BB is #1FFA44. Grayscale: #5A5A5A. Windows color (decimal): -2095685 or 12256736. OLE color: 12256736.

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

Color convert

RGB 224 5 187 -
CMYK 0 0.98 0.17 0.12
HSL 310.14º 0.96% 0.45% -
HSV(B) 310.14º 0.98% 0.88% -
XYZ 39.76 19.54 48.69 -
YUV 91.23 182.05 222.7 -
System Red Green Blue C M Y K H S L
Decimal 224 5 187 0 0.98 0.17 0.12 310.14 0.96 0.45
Hex E0 5 BB 0 62 11 C 136 60 2D
Octal 340 5 273 0 142 21 14 466 140 55
Binary 11100000 101 10111011 0 1100010 10001 1100 100110110 1100000 101101

Color Harmonies of #E005BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E005BB

Black with #E005BB

Text Example


Text Example

White with #E005BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E005BB; }

 p { color: rgb(224,5,187); }

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

background-color css

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

 a { background-color: rgb(224,5,187); }

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

border-color css

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

 span { border-color: rgb(224,5,187); }

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