Html Css Color HEX #EA05C9 Hot Magenta

📋 copy color: '#EA05C9'

red 234 ◦ green 5 ◦ blue 201

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

Shades of Hot Magenta #EA05C9

Tints of Hot Magenta #EA05C9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.14%

 BLUE value IS 201 (78.91% from 255) = 45.68%

R = 53.18%
G = 1.14%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA05C9 (or 0xEA05C9) is known color: Hot Magenta. HEX triplet: EA, 05 and C9. RGB value is (234,5,201). Sum of RGB (Red+Green+Blue) = 234+5+201=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA05C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA05C9 is #15FA36. Grayscale: #5F5F5F. Windows color (decimal): -1440311 or 13174250. OLE color: 13174250.

HSL color Cylindrical-coordinate representation of color #EA05C9: hue angle of 308.65º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA05C9 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 5 201 -
CMYK 0 0.98 0.14 0.08
HSL 308.65º 0.96% 0.47% -
HSV(B) 308.65º 0.98% 0.92% -
XYZ 44.53 21.82 57.12 -
YUV 95.82 187.37 226.56 -
System Red Green Blue C M Y K H S L
Decimal 234 5 201 0 0.98 0.14 0.08 308.65 0.96 0.47
Hex EA 5 C9 0 62 E 8 135 60 2F
Octal 352 5 311 0 142 16 10 465 140 57
Binary 11101010 101 11001001 0 1100010 1110 1000 100110101 1100000 101111

Color Harmonies of #EA05C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA05C9

Black with #EA05C9

Text Example


Text Example

White with #EA05C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA05C9; }

 p { color: rgb(234,5,201); }

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

background-color css

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

 a { background-color: rgb(234,5,201); }

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

border-color css

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

 span { border-color: rgb(234,5,201); }

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