Html Css Color HEX #E602D4 Deep Magenta

📋 copy color: '#E602D4'

red 230 ◦ green 2 ◦ blue 212

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

Shades of Deep Magenta #E602D4

Tints of Deep Magenta #E602D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.75%

R = 51.8%
G = 0.45%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E602D4 (or 0xE602D4) is known color: Deep Magenta. HEX triplet: E6, 02 and D4. RGB value is (230,2,212). Sum of RGB (Red+Green+Blue) = 230+2+212=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 212 (83.20% from 255 or 47.75% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E602D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602D4 is #19FD2B. Grayscale: #5D5D5D. Windows color (decimal): -1703212 or 13894374. OLE color: 13894374.

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

Color convert

RGB 230 2 212 -
CMYK 0 0.99 0.08 0.10
HSL 304.74º 0.98% 0.45% -
HSV(B) 304.74º 0.99% 0.9% -
XYZ 44.54 21.62 64.11 -
YUV 94.11 194.54 224.92 -
System Red Green Blue C M Y K H S L
Decimal 230 2 212 0 0.99 0.08 0.10 304.74 0.98 0.45
Hex E6 2 D4 0 63 8 A 131 62 2D
Octal 346 2 324 0 143 10 12 461 142 55
Binary 11100110 10 11010100 0 1100011 1000 1010 100110001 1100010 101101

Color Harmonies of #E602D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602D4

Black with #E602D4

Text Example


Text Example

White with #E602D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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