Html Css Color HEX #EA00E1 Hot Magenta

📋 copy color: '#EA00E1'

red 234 ◦ green 0 ◦ blue 225

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

Shades of Hot Magenta #EA00E1

Tints of Hot Magenta #EA00E1

RGB

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

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

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

R = 50.98%
G = 0%
B = 49.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA00E1 (or 0xEA00E1) is known color: Hot Magenta. HEX triplet: EA, 00 and E1. RGB value is (234,0,225). Sum of RGB (Red+Green+Blue) = 234+0+225=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA00E1 is #15FF1E. Grayscale: #5E5E5E. Windows color (decimal): -1441567 or 14745834. OLE color: 14745834.

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

Color convert

RGB 234 0 225 -
CMYK 0 1 0.04 0.08
HSL 302.31º 1% 0.46% -
HSV(B) 302.31º 1% 0.92% -
XYZ 47.52 22.93 73.16 -
YUV 95.62 201.02 226.7 -
System Red Green Blue C M Y K H S L
Decimal 234 0 225 0 1 0.04 0.08 302.31 1 0.46
Hex EA 0 E1 0 64 4 8 12E 64 2E
Octal 352 0 341 0 144 4 10 456 144 56
Binary 11101010 0 11100001 0 1100100 100 1000 100101110 1100100 101110

Color Harmonies of #EA00E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00E1

Black with #EA00E1

Text Example


Text Example

White with #EA00E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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