Html Css Color HEX #E70BDE Deep Magenta

📋 copy color: '#E70BDE'

red 231 ◦ green 11 ◦ blue 222

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

Shades of Deep Magenta #E70BDE

Tints of Deep Magenta #E70BDE

RGB

 RED value IS 231 (90.63% from 255) = 49.78%

 GREEN value IS 11 (4.69% from 255) = 2.37%

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 49.78%
G = 2.37%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E70BDE (or 0xE70BDE) is known color: Deep Magenta. HEX triplet: E7, 0B and DE. RGB value is (231,11,222). Sum of RGB (Red+Green+Blue) = 231+11+222=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BDE is #18F421. Grayscale: #646464. Windows color (decimal): -1635362 or 14552039. OLE color: 14552039.

HSL color Cylindrical-coordinate representation of color #E70BDE: hue angle of 302.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70BDE is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 11 222 -
CMYK 0 0.95 0.04 0.09
HSL 302.45º 0.91% 0.47% -
HSV(B) 302.45º 0.95% 0.91% -
XYZ 46.26 22.5 71.01 -
YUV 100.83 196.39 220.84 -
System Red Green Blue C M Y K H S L
Decimal 231 11 222 0 0.95 0.04 0.09 302.45 0.91 0.47
Hex E7 B DE 0 5F 4 9 12E 5B 2F
Octal 347 13 336 0 137 4 11 456 133 57
Binary 11100111 1011 11011110 0 1011111 100 1001 100101110 1011011 101111

Color Harmonies of #E70BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70BDE

Black with #E70BDE

Text Example


Text Example

White with #E70BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70BDE; }

 p { color: rgb(231,11,222); }

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

background-color css

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

 a { background-color: rgb(231,11,222); }

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

border-color css

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

 span { border-color: rgb(231,11,222); }

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