Html Css Color HEX #E603D5 Deep Magenta

📋 copy color: '#E603D5'

red 230 ◦ green 3 ◦ blue 213

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

Shades of Deep Magenta #E603D5

Tints of Deep Magenta #E603D5

RGB

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

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

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

R = 51.57%
G = 0.67%
B = 47.76%

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

#E603D5 (or 0xE603D5) is known color: Deep Magenta. HEX triplet: E6, 03 and D5. RGB value is (230,3,213). Sum of RGB (Red+Green+Blue) = 230+3+213=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E603D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603D5 is #19FC2A. Grayscale: #5E5E5E. Windows color (decimal): -1702955 or 13960166. OLE color: 13960166.

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

Color convert

RGB 230 3 213 -
CMYK 0 0.99 0.07 0.10
HSL 304.49º 0.97% 0.46% -
HSV(B) 304.49º 0.99% 0.9% -
XYZ 44.68 21.69 64.78 -
YUV 94.81 194.71 224.42 -
System Red Green Blue C M Y K H S L
Decimal 230 3 213 0 0.99 0.07 0.10 304.49 0.97 0.46
Hex E6 3 D5 0 63 7 A 130 61 2E
Octal 346 3 325 0 143 7 12 460 141 56
Binary 11100110 11 11010101 0 1100011 111 1010 100110000 1100001 101110

Color Harmonies of #E603D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E603D5

Black with #E603D5

Text Example


Text Example

White with #E603D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E603D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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