Html Css Color HEX #E603DB Deep Magenta

📋 copy color: '#E603DB'

red 230 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #E603DB

Tints of Deep Magenta #E603DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.66%

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

R = 50.88%
G = 0.66%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E603DB (or 0xE603DB) is known color: Deep Magenta. HEX triplet: E6, 03 and DB. RGB value is (230,3,219). Sum of RGB (Red+Green+Blue) = 230+3+219=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E603DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603DB is #19FC24. Grayscale: #5E5E5E. Windows color (decimal): -1702949 or 14353382. OLE color: 14353382.

HSL color Cylindrical-coordinate representation of color #E603DB: hue angle of 302.91º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E603DB is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 3 219 -
CMYK 0 0.99 0.05 0.10
HSL 302.91º 0.97% 0.46% -
HSV(B) 302.91º 0.99% 0.9% -
XYZ 45.45 22 68.87 -
YUV 95.5 197.71 223.94 -
System Red Green Blue C M Y K H S L
Decimal 230 3 219 0 0.99 0.05 0.10 302.91 0.97 0.46
Hex E6 3 DB 0 63 5 A 12F 61 2E
Octal 346 3 333 0 143 5 12 457 141 56
Binary 11100110 11 11011011 0 1100011 101 1010 100101111 1100001 101110

Color Harmonies of #E603DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E603DB

Black with #E603DB

Text Example


Text Example

White with #E603DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E603DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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