Html Css Color HEX #E006BB Deep Magenta

📋 copy color: '#E006BB'

red 224 ◦ green 6 ◦ blue 187

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

Shades of Deep Magenta #E006BB

Tints of Deep Magenta #E006BB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

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

R = 53.72%
G = 1.44%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E006BB (or 0xE006BB) is known color: Deep Magenta. HEX triplet: E0, 06 and BB. RGB value is (224,6,187). Sum of RGB (Red+Green+Blue) = 224+6+187=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E006BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006BB is #1FF944. Grayscale: #5B5B5B. Windows color (decimal): -2095429 or 12256992. OLE color: 12256992.

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

Color convert

RGB 224 6 187 -
CMYK 0 0.97 0.17 0.12
HSL 310.18º 0.95% 0.45% -
HSV(B) 310.18º 0.97% 0.88% -
XYZ 39.78 19.57 48.69 -
YUV 91.82 181.72 222.28 -
System Red Green Blue C M Y K H S L
Decimal 224 6 187 0 0.97 0.17 0.12 310.18 0.95 0.45
Hex E0 6 BB 0 61 11 C 136 5F 2D
Octal 340 6 273 0 141 21 14 466 137 55
Binary 11100000 110 10111011 0 1100001 10001 1100 100110110 1011111 101101

Color Harmonies of #E006BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006BB

Black with #E006BB

Text Example


Text Example

White with #E006BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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