Html Css Color HEX #E602DB Deep Magenta

📋 copy color: '#E602DB'

red 230 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #E602DB

Tints of Deep Magenta #E602DB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 51%
G = 0.44%
B = 48.56%

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

#E602DB (or 0xE602DB) is known color: Deep Magenta. HEX triplet: E6, 02 and DB. RGB value is (230,2,219). Sum of RGB (Red+Green+Blue) = 230+2+219=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E602DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602DB is #19FD24. Grayscale: #5E5E5E. Windows color (decimal): -1703205 or 14353126. OLE color: 14353126.

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

Color convert

RGB 230 2 219 -
CMYK 0 0.99 0.05 0.10
HSL 302.89º 0.98% 0.45% -
HSV(B) 302.89º 0.99% 0.9% -
XYZ 45.44 21.98 68.87 -
YUV 94.91 198.04 224.36 -
System Red Green Blue C M Y K H S L
Decimal 230 2 219 0 0.99 0.05 0.10 302.89 0.98 0.45
Hex E6 2 DB 0 63 5 A 12F 62 2D
Octal 346 2 333 0 143 5 12 457 142 55
Binary 11100110 10 11011011 0 1100011 101 1010 100101111 1100010 101101

Color Harmonies of #E602DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602DB

Black with #E602DB

Text Example


Text Example

White with #E602DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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