Html Css Color HEX #E615D8 Deep Magenta

📋 copy color: '#E615D8'

red 230 ◦ green 21 ◦ blue 216

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

Shades of Deep Magenta #E615D8

Tints of Deep Magenta #E615D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.25%

R = 49.25%
G = 4.5%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E615D8 (or 0xE615D8) is known color: Deep Magenta. HEX triplet: E6, 15 and D8. RGB value is (230,21,216). Sum of RGB (Red+Green+Blue) = 230+21+216=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E615D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615D8 is #19EA27. Grayscale: #696969. Windows color (decimal): -1698344 or 14161382. OLE color: 14161382.

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

Color convert

RGB 230 21 216 -
CMYK 0 0.91 0.06 0.10
HSL 304.02º 0.83% 0.49% -
HSV(B) 304.02º 0.91% 0.9% -
XYZ 45.3 22.32 66.89 -
YUV 105.72 190.24 216.64 -
System Red Green Blue C M Y K H S L
Decimal 230 21 216 0 0.91 0.06 0.10 304.02 0.83 0.49
Hex E6 15 D8 0 5B 6 A 130 53 31
Octal 346 25 330 0 133 6 12 460 123 61
Binary 11100110 10101 11011000 0 1011011 110 1010 100110000 1010011 110001

Color Harmonies of #E615D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E615D8

Black with #E615D8

Text Example


Text Example

White with #E615D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E615D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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