Html Css Color HEX #E602D5 Deep Magenta

📋 copy color: '#E602D5'

red 230 ◦ green 2 ◦ blue 213

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

Shades of Deep Magenta #E602D5

Tints of Deep Magenta #E602D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.87%

R = 51.69%
G = 0.45%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E602D5 (or 0xE602D5) is known color: Deep Magenta. HEX triplet: E6, 02 and D5. RGB value is (230,2,213). Sum of RGB (Red+Green+Blue) = 230+2+213=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E602D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602D5 is #19FD2A. Grayscale: #5D5D5D. Windows color (decimal): -1703211 or 13959910. OLE color: 13959910.

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

Color convert

RGB 230 2 213 -
CMYK 0 0.99 0.07 0.10
HSL 304.47º 0.98% 0.45% -
HSV(B) 304.47º 0.99% 0.9% -
XYZ 44.67 21.67 64.78 -
YUV 94.23 195.04 224.84 -
System Red Green Blue C M Y K H S L
Decimal 230 2 213 0 0.99 0.07 0.10 304.47 0.98 0.45
Hex E6 2 D5 0 63 7 A 130 62 2D
Octal 346 2 325 0 143 7 12 460 142 55
Binary 11100110 10 11010101 0 1100011 111 1010 100110000 1100010 101101

Color Harmonies of #E602D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602D5

Black with #E602D5

Text Example


Text Example

White with #E602D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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