Html Css Color HEX #E007BE Deep Magenta

📋 copy color: '#E007BE'

red 224 ◦ green 7 ◦ blue 190

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

Shades of Deep Magenta #E007BE

Tints of Deep Magenta #E007BE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.66%

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 53.21%
G = 1.66%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E007BE (or 0xE007BE) is known color: Deep Magenta. HEX triplet: E0, 07 and BE. RGB value is (224,7,190). Sum of RGB (Red+Green+Blue) = 224+7+190=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E007BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E007BE is #1FF841. Grayscale: #5C5C5C. Windows color (decimal): -2095170 or 12453856. OLE color: 12453856.

HSL color Cylindrical-coordinate representation of color #E007BE: hue angle of 309.4º degrees, saturation: 0.94, 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 #E007BE is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 7 190 -
CMYK 0 0.97 0.15 0.12
HSL 309.4º 0.94% 0.45% -
HSV(B) 309.4º 0.97% 0.88% -
XYZ 40.11 19.72 50.41 -
YUV 92.75 182.89 221.62 -
System Red Green Blue C M Y K H S L
Decimal 224 7 190 0 0.97 0.15 0.12 309.4 0.94 0.45
Hex E0 7 BE 0 61 F C 135 5E 2D
Octal 340 7 276 0 141 17 14 465 136 55
Binary 11100000 111 10111110 0 1100001 1111 1100 100110101 1011110 101101

Color Harmonies of #E007BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E007BE

Black with #E007BE

Text Example


Text Example

White with #E007BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E007BE; }

 p { color: rgb(224,7,190); }

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

background-color css

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

 a { background-color: rgb(224,7,190); }

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

border-color css

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

 span { border-color: rgb(224,7,190); }

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