Html Css Color HEX #E01ACB Deep Magenta

📋 copy color: '#E01ACB'

red 224 ◦ green 26 ◦ blue 203

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

Shades of Deep Magenta #E01ACB

Tints of Deep Magenta #E01ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 49.45%
G = 5.74%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E01ACB (or 0xE01ACB) is known color: Deep Magenta. HEX triplet: E0, 1A and CB. RGB value is (224,26,203). Sum of RGB (Red+Green+Blue) = 224+26+203=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ACB is #1FE534. Grayscale: #686868. Windows color (decimal): -2090293 or 13310688. OLE color: 13310688.

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

Color convert

RGB 224 26 203 -
CMYK 0 0.88 0.09 0.12
HSL 306.36º 0.79% 0.49% -
HSV(B) 306.36º 0.88% 0.88% -
XYZ 41.89 20.9 58.33 -
YUV 105.38 183.1 212.61 -
System Red Green Blue C M Y K H S L
Decimal 224 26 203 0 0.88 0.09 0.12 306.36 0.79 0.49
Hex E0 1A CB 0 58 9 C 132 4F 31
Octal 340 32 313 0 130 11 14 462 117 61
Binary 11100000 11010 11001011 0 1011000 1001 1100 100110010 1001111 110001

Color Harmonies of #E01ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01ACB

Black with #E01ACB

Text Example


Text Example

White with #E01ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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