Html Css Color HEX #E115CC Deep Magenta

📋 copy color: '#E115CC'

red 225 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #E115CC

Tints of Deep Magenta #E115CC

RGB

 RED value IS 225 (88.28% from 255) = 50%

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

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

R = 50%
G = 4.67%
B = 45.33%

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

#E115CC (or 0xE115CC) is known color: Deep Magenta. HEX triplet: E1, 15 and CC. RGB value is (225,21,204). Sum of RGB (Red+Green+Blue) = 225+21+204=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E115CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115CC is #1EEA33. Grayscale: #666666. Windows color (decimal): -2026036 or 13374945. OLE color: 13374945.

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

Color convert

RGB 225 21 204 -
CMYK 0 0.91 0.09 0.12
HSL 306.18º 0.83% 0.48% -
HSV(B) 306.18º 0.91% 0.88% -
XYZ 42.22 20.9 58.94 -
YUV 102.86 185.09 215.12 -
System Red Green Blue C M Y K H S L
Decimal 225 21 204 0 0.91 0.09 0.12 306.18 0.83 0.48
Hex E1 15 CC 0 5B 9 C 132 53 30
Octal 341 25 314 0 133 11 14 462 123 60
Binary 11100001 10101 11001100 0 1011011 1001 1100 100110010 1010011 110000

Color Harmonies of #E115CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E115CC

Black with #E115CC

Text Example


Text Example

White with #E115CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E115CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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