Html Css Color HEX #E015CB Deep Magenta

📋 copy color: '#E015CB'

red 224 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #E015CB

Tints of Deep Magenta #E015CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.69%

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

R = 50%
G = 4.69%
B = 45.31%

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

#E015CB (or 0xE015CB) is known color: Deep Magenta. HEX triplet: E0, 15 and CB. RGB value is (224,21,203). Sum of RGB (Red+Green+Blue) = 224+21+203=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E015CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015CB is #1FEA34. Grayscale: #656565. Windows color (decimal): -2091573 or 13309408. OLE color: 13309408.

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

Color convert

RGB 224 21 203 -
CMYK 0 0.91 0.09 0.12
HSL 306.21º 0.83% 0.48% -
HSV(B) 306.21º 0.91% 0.88% -
XYZ 41.79 20.7 58.29 -
YUV 102.45 184.75 214.7 -
System Red Green Blue C M Y K H S L
Decimal 224 21 203 0 0.91 0.09 0.12 306.21 0.83 0.48
Hex E0 15 CB 0 5B 9 C 132 53 30
Octal 340 25 313 0 133 11 14 462 123 60
Binary 11100000 10101 11001011 0 1011011 1001 1100 100110010 1010011 110000

Color Harmonies of #E015CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015CB

Black with #E015CB

Text Example


Text Example

White with #E015CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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