Html Css Color HEX #E608E0 Deep Magenta

📋 copy color: '#E608E0'

red 230 ◦ green 8 ◦ blue 224

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

Shades of Deep Magenta #E608E0

Tints of Deep Magenta #E608E0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.73%

 BLUE value IS 224 (87.89% from 255) = 48.48%

R = 49.78%
G = 1.73%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E608E0 (or 0xE608E0) is known color: Deep Magenta. HEX triplet: E6, 08 and E0. RGB value is (230,8,224). Sum of RGB (Red+Green+Blue) = 230+8+224=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E608E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E608E0 is #19F71F. Grayscale: #626262. Windows color (decimal): -1701664 or 14682342. OLE color: 14682342.

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

Color convert

RGB 230 8 224 -
CMYK 0 0.97 0.03 0.10
HSL 301.62º 0.93% 0.47% -
HSV(B) 301.62º 0.97% 0.9% -
XYZ 46.17 22.38 72.41 -
YUV 99 198.55 221.44 -
System Red Green Blue C M Y K H S L
Decimal 230 8 224 0 0.97 0.03 0.10 301.62 0.93 0.47
Hex E6 8 E0 0 61 3 A 12E 5D 2F
Octal 346 10 340 0 141 3 12 456 135 57
Binary 11100110 1000 11100000 0 1100001 11 1010 100101110 1011101 101111

Color Harmonies of #E608E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E608E0

Black with #E608E0

Text Example


Text Example

White with #E608E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E608E0; }

 p { color: rgb(230,8,224); }

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

background-color css

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

 a { background-color: rgb(230,8,224); }

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

border-color css

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

 span { border-color: rgb(230,8,224); }

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