Html Css Color HEX #EA10E1 Hot Magenta

📋 copy color: '#EA10E1'

red 234 ◦ green 16 ◦ blue 225

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

Shades of Hot Magenta #EA10E1

Tints of Hot Magenta #EA10E1

RGB

 RED value IS 234 (91.8% from 255) = 49.26%

 GREEN value IS 16 (6.64% from 255) = 3.37%

 BLUE value IS 225 (88.28% from 255) = 47.37%

R = 49.26%
G = 3.37%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA10E1 (or 0xEA10E1) is known color: Hot Magenta. HEX triplet: EA, 10 and E1. RGB value is (234,16,225). Sum of RGB (Red+Green+Blue) = 234+16+225=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA10E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA10E1 is #15EF1E. Grayscale: #686868. Windows color (decimal): -1437471 or 14749930. OLE color: 14749930.

HSL color Cylindrical-coordinate representation of color #EA10E1: hue angle of 302.48º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA10E1 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 16 225 -
CMYK 0 0.93 0.04 0.08
HSL 302.48º 0.87% 0.49% -
HSV(B) 302.48º 0.93% 0.92% -
XYZ 47.71 23.3 73.22 -
YUV 105.01 195.72 220.01 -
System Red Green Blue C M Y K H S L
Decimal 234 16 225 0 0.93 0.04 0.08 302.48 0.87 0.49
Hex EA 10 E1 0 5D 4 8 12E 57 31
Octal 352 20 341 0 135 4 10 456 127 61
Binary 11101010 10000 11100001 0 1011101 100 1000 100101110 1010111 110001

Color Harmonies of #EA10E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA10E1

Black with #EA10E1

Text Example


Text Example

White with #EA10E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA10E1; }

 p { color: rgb(234,16,225); }

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

background-color css

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

 a { background-color: rgb(234,16,225); }

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

border-color css

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

 span { border-color: rgb(234,16,225); }

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