Html Css Color HEX #E615E0 Deep Magenta

📋 copy color: '#E615E0'

red 230 ◦ green 21 ◦ blue 224

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

Shades of Deep Magenta #E615E0

Tints of Deep Magenta #E615E0

RGB

 RED value IS 230 (90.23% from 255) = 48.42%

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

 BLUE value IS 224 (87.89% from 255) = 47.16%

R = 48.42%
G = 4.42%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E615E0 (or 0xE615E0) is known color: Deep Magenta. HEX triplet: E6, 15 and E0. RGB value is (230,21,224). Sum of RGB (Red+Green+Blue) = 230+21+224=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E615E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615E0 is #19EA1F. Grayscale: #6A6A6A. Windows color (decimal): -1698336 or 14685670. OLE color: 14685670.

HSL color Cylindrical-coordinate representation of color #E615E0: hue angle of 301.72º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E615E0 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 224 -
CMYK 0 0.91 0.03 0.10
HSL 301.72º 0.83% 0.49% -
HSV(B) 301.72º 0.91% 0.9% -
XYZ 46.36 22.74 72.47 -
YUV 106.63 194.24 215.99 -
System Red Green Blue C M Y K H S L
Decimal 230 21 224 0 0.91 0.03 0.10 301.72 0.83 0.49
Hex E6 15 E0 0 5B 3 A 12E 53 31
Octal 346 25 340 0 133 3 12 456 123 61
Binary 11100110 10101 11100000 0 1011011 11 1010 100101110 1010011 110001

Color Harmonies of #E615E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E615E0

Black with #E615E0

Text Example


Text Example

White with #E615E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E615E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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