Html Css Color HEX #E015CD Deep Magenta

📋 copy color: '#E015CD'

red 224 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #E015CD

Tints of Deep Magenta #E015CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 49.78%
G = 4.67%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E015CD (or 0xE015CD) is known color: Deep Magenta. HEX triplet: E0, 15 and CD. RGB value is (224,21,205). Sum of RGB (Red+Green+Blue) = 224+21+205=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E015CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015CD is #1FEA32. Grayscale: #666666. Windows color (decimal): -2091571 or 13440480. OLE color: 13440480.

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

Color convert

RGB 224 21 205 -
CMYK 0 0.91 0.08 0.12
HSL 305.62º 0.83% 0.48% -
HSV(B) 305.62º 0.91% 0.88% -
XYZ 42.03 20.79 59.56 -
YUV 102.67 185.75 214.54 -
System Red Green Blue C M Y K H S L
Decimal 224 21 205 0 0.91 0.08 0.12 305.62 0.83 0.48
Hex E0 15 CD 0 5B 8 C 132 53 30
Octal 340 25 315 0 133 10 14 462 123 60
Binary 11100000 10101 11001101 0 1011011 1000 1100 100110010 1010011 110000

Color Harmonies of #E015CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015CD

Black with #E015CD

Text Example


Text Example

White with #E015CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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