Html Css Color HEX #E615DB Deep Magenta

📋 copy color: '#E615DB'

red 230 ◦ green 21 ◦ blue 219

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

Shades of Deep Magenta #E615DB

Tints of Deep Magenta #E615DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 48.94%
G = 4.47%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E615DB (or 0xE615DB) is known color: Deep Magenta. HEX triplet: E6, 15 and DB. RGB value is (230,21,219). Sum of RGB (Red+Green+Blue) = 230+21+219=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E615DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E615DB is #19EA24. Grayscale: #696969. Windows color (decimal): -1698341 or 14357990. OLE color: 14357990.

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

Color convert

RGB 230 21 219 -
CMYK 0 0.91 0.05 0.10
HSL 303.16º 0.83% 0.49% -
HSV(B) 303.16º 0.91% 0.9% -
XYZ 45.69 22.47 68.95 -
YUV 106.06 191.74 216.4 -
System Red Green Blue C M Y K H S L
Decimal 230 21 219 0 0.91 0.05 0.10 303.16 0.83 0.49
Hex E6 15 DB 0 5B 5 A 12F 53 31
Octal 346 25 333 0 133 5 12 457 123 61
Binary 11100110 10101 11011011 0 1011011 101 1010 100101111 1010011 110001

Color Harmonies of #E615DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E615DB

Black with #E615DB

Text Example


Text Example

White with #E615DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E615DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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