Html Css Color HEX #E01ADB Deep Magenta

📋 copy color: '#E01ADB'

red 224 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #E01ADB

Tints of Deep Magenta #E01ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.54%

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 47.76%
G = 5.54%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E01ADB (or 0xE01ADB) is known color: Deep Magenta. HEX triplet: E0, 1A and DB. RGB value is (224,26,219). Sum of RGB (Red+Green+Blue) = 224+26+219=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ADB is #1FE524. Grayscale: #6A6A6A. Windows color (decimal): -2090277 or 14359264. OLE color: 14359264.

HSL color Cylindrical-coordinate representation of color #E01ADB: hue angle of 301.52º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01ADB is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 26 219 -
CMYK 0 0.88 0.02 0.12
HSL 301.52º 0.79% 0.49% -
HSV(B) 301.52º 0.88% 0.88% -
XYZ 43.9 21.7 68.89 -
YUV 107.2 191.1 211.31 -
System Red Green Blue C M Y K H S L
Decimal 224 26 219 0 0.88 0.02 0.12 301.52 0.79 0.49
Hex E0 1A DB 0 58 2 C 12E 4F 31
Octal 340 32 333 0 130 2 14 456 117 61
Binary 11100000 11010 11011011 0 1011000 10 1100 100101110 1001111 110001

Color Harmonies of #E01ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01ADB

Black with #E01ADB

Text Example


Text Example

White with #E01ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01ADB; }

 p { color: rgb(224,26,219); }

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

background-color css

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

 a { background-color: rgb(224,26,219); }

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

border-color css

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

 span { border-color: rgb(224,26,219); }

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