Html Css Color HEX #EA00E2 Hot Magenta

📋 copy color: '#EA00E2'

red 234 ◦ green 0 ◦ blue 226

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

Shades of Hot Magenta #EA00E2

Tints of Hot Magenta #EA00E2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 226 (88.67% from 255) = 49.13%

R = 50.87%
G = 0%
B = 49.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EA00E2 (or 0xEA00E2) is known color: Hot Magenta. HEX triplet: EA, 00 and E2. RGB value is (234,0,226). Sum of RGB (Red+Green+Blue) = 234+0+226=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 226 (88.67% from 255 or 49.13% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA00E2 is #15FF1D. Grayscale: #5F5F5F. Windows color (decimal): -1441566 or 14811370. OLE color: 14811370.

HSL color Cylindrical-coordinate representation of color #EA00E2: hue angle of 302.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA00E2 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 226 -
CMYK 0 1 0.03 0.08
HSL 302.05º 1% 0.46% -
HSV(B) 302.05º 1% 0.92% -
XYZ 47.66 22.98 73.88 -
YUV 95.73 201.52 226.62 -
System Red Green Blue C M Y K H S L
Decimal 234 0 226 0 1 0.03 0.08 302.05 1 0.46
Hex EA 0 E2 0 64 3 8 12E 64 2E
Octal 352 0 342 0 144 3 10 456 144 56
Binary 11101010 0 11100010 0 1100100 11 1000 100101110 1100100 101110

Color Harmonies of #EA00E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00E2

Black with #EA00E2

Text Example


Text Example

White with #EA00E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00E2; }

 p { color: rgb(234,0,226); }

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

background-color css

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

 a { background-color: rgb(234,0,226); }

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

border-color css

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

 span { border-color: rgb(234,0,226); }

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