Html Css Color HEX #E60FD3 Hot Magenta

📋 copy color: '#E60FD3'

red 230 ◦ green 15 ◦ blue 211

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

Shades of Hot Magenta #E60FD3

Tints of Hot Magenta #E60FD3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.29%

 BLUE value IS 211 (82.81% from 255) = 46.27%

R = 50.44%
G = 3.29%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E60FD3 (or 0xE60FD3) is known color: Hot Magenta. HEX triplet: E6, 0F and D3. RGB value is (230,15,211). Sum of RGB (Red+Green+Blue) = 230+15+211=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FD3 is #19F02C. Grayscale: #656565. Windows color (decimal): -1699885 or 13832166. OLE color: 13832166.

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

Color convert

RGB 230 15 211 -
CMYK 0 0.93 0.08 0.10
HSL 305.3º 0.88% 0.48% -
HSV(B) 305.3º 0.93% 0.9% -
XYZ 44.56 21.87 63.5 -
YUV 101.63 189.73 219.56 -
System Red Green Blue C M Y K H S L
Decimal 230 15 211 0 0.93 0.08 0.10 305.3 0.88 0.48
Hex E6 F D3 0 5D 8 A 131 58 30
Octal 346 17 323 0 135 10 12 461 130 60
Binary 11100110 1111 11010011 0 1011101 1000 1010 100110001 1011000 110000

Color Harmonies of #E60FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60FD3

Black with #E60FD3

Text Example


Text Example

White with #E60FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60FD3; }

 p { color: rgb(230,15,211); }

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

background-color css

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

 a { background-color: rgb(230,15,211); }

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

border-color css

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

 span { border-color: rgb(230,15,211); }

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