Html Css Color HEX #EA17E1 Hot Magenta

📋 copy color: '#EA17E1'

red 234 ◦ green 23 ◦ blue 225

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

Shades of Hot Magenta #EA17E1

Tints of Hot Magenta #EA17E1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.77%

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

R = 48.55%
G = 4.77%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA17E1 (or 0xEA17E1) is known color: Hot Magenta. HEX triplet: EA, 17 and E1. RGB value is (234,23,225). Sum of RGB (Red+Green+Blue) = 234+23+225=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 23 (9.38% from 255 or 4.77% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17E1 is #15E81E. Grayscale: #6C6C6C. Windows color (decimal): -1435679 or 14751722. OLE color: 14751722.

HSL color Cylindrical-coordinate representation of color #EA17E1: hue angle of 302.56º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA17E1 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 23 225 -
CMYK 0 0.90 0.04 0.08
HSL 302.56º 0.83% 0.5% -
HSV(B) 302.56º 0.9% 0.92% -
XYZ 47.83 23.54 73.26 -
YUV 109.12 193.4 217.07 -
System Red Green Blue C M Y K H S L
Decimal 234 23 225 0 0.90 0.04 0.08 302.56 0.83 0.5
Hex EA 17 E1 0 5A 4 8 12F 53 32
Octal 352 27 341 0 132 4 10 457 123 62
Binary 11101010 10111 11100001 0 1011010 100 1000 100101111 1010011 110010

Color Harmonies of #EA17E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA17E1

Black with #EA17E1

Text Example


Text Example

White with #EA17E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA17E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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