Html Css Color HEX #E014CB Deep Magenta

📋 copy color: '#E014CB'

red 224 ◦ green 20 ◦ blue 203

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

Shades of Deep Magenta #E014CB

Tints of Deep Magenta #E014CB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.47%

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

R = 50.11%
G = 4.47%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E014CB (or 0xE014CB) is known color: Deep Magenta. HEX triplet: E0, 14 and CB. RGB value is (224,20,203). Sum of RGB (Red+Green+Blue) = 224+20+203=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E014CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014CB is #1FEB34. Grayscale: #656565. Windows color (decimal): -2091829 or 13309152. OLE color: 13309152.

HSL color Cylindrical-coordinate representation of color #E014CB: hue angle of 306.18º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E014CB is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 203 -
CMYK 0 0.91 0.09 0.12
HSL 306.18º 0.84% 0.48% -
HSV(B) 306.18º 0.91% 0.88% -
XYZ 41.77 20.66 58.29 -
YUV 101.86 185.09 215.12 -
System Red Green Blue C M Y K H S L
Decimal 224 20 203 0 0.91 0.09 0.12 306.18 0.84 0.48
Hex E0 14 CB 0 5B 9 C 132 54 30
Octal 340 24 313 0 133 11 14 462 124 60
Binary 11100000 10100 11001011 0 1011011 1001 1100 100110010 1010100 110000

Color Harmonies of #E014CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014CB

Black with #E014CB

Text Example


Text Example

White with #E014CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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