Html Css Color HEX #E015CC Deep Magenta

📋 copy color: '#E015CC'

red 224 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #E015CC

Tints of Deep Magenta #E015CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 49.89%
G = 4.68%
B = 45.43%

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

#E015CC (or 0xE015CC) is known color: Deep Magenta. HEX triplet: E0, 15 and CC. RGB value is (224,21,204). Sum of RGB (Red+Green+Blue) = 224+21+204=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E015CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015CC is #1FEA33. Grayscale: #666666. Windows color (decimal): -2091572 or 13374944. OLE color: 13374944.

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

Color convert

RGB 224 21 204 -
CMYK 0 0.91 0.09 0.12
HSL 305.91º 0.83% 0.48% -
HSV(B) 305.91º 0.91% 0.88% -
XYZ 41.91 20.74 58.92 -
YUV 102.56 185.25 214.62 -
System Red Green Blue C M Y K H S L
Decimal 224 21 204 0 0.91 0.09 0.12 305.91 0.83 0.48
Hex E0 15 CC 0 5B 9 C 132 53 30
Octal 340 25 314 0 133 11 14 462 123 60
Binary 11100000 10101 11001100 0 1011011 1001 1100 100110010 1010011 110000

Color Harmonies of #E015CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015CC

Black with #E015CC

Text Example


Text Example

White with #E015CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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