Html Css Color HEX #E01BDF Deep Magenta

📋 copy color: '#E01BDF'

red 224 ◦ green 27 ◦ blue 223

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

Shades of Deep Magenta #E01BDF

Tints of Deep Magenta #E01BDF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.7%

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 47.26%
G = 5.7%
B = 47.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E01BDF (or 0xE01BDF) is known color: Deep Magenta. HEX triplet: E0, 1B and DF. RGB value is (224,27,223). Sum of RGB (Red+Green+Blue) = 224+27+223=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 27 (10.94% from 255 or 5.70% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BDF is #1FE420. Grayscale: #6B6B6B. Windows color (decimal): -2090017 or 14621664. OLE color: 14621664.

HSL color Cylindrical-coordinate representation of color #E01BDF: hue angle of 300.3º degrees, saturation: 0.78, 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 #E01BDF is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 27 223 -
CMYK 0 0.88 0.00 0.12
HSL 300.3º 0.78% 0.49% -
HSV(B) 300.3º 0.88% 0.88% -
XYZ 44.45 21.96 71.71 -
YUV 108.25 192.77 210.56 -
System Red Green Blue C M Y K H S L
Decimal 224 27 223 0 0.88 0.00 0.12 300.3 0.78 0.49
Hex E0 1B DF 0 58 0 C 12C 4E 31
Octal 340 33 337 0 130 0 14 454 116 61
Binary 11100000 11011 11011111 0 1011000 0 1100 100101100 1001110 110001

Color Harmonies of #E01BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01BDF

Black with #E01BDF

Text Example


Text Example

White with #E01BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01BDF; }

 p { color: rgb(224,27,223); }

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

background-color css

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

 a { background-color: rgb(224,27,223); }

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

border-color css

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

 span { border-color: rgb(224,27,223); }

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