Html Css Color HEX #EA05D2 Hot Magenta

📋 copy color: '#EA05D2'

red 234 ◦ green 5 ◦ blue 210

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

Shades of Hot Magenta #EA05D2

Tints of Hot Magenta #EA05D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.77%

R = 52.12%
G = 1.11%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA05D2 (or 0xEA05D2) is known color: Hot Magenta. HEX triplet: EA, 05 and D2. RGB value is (234,5,210). Sum of RGB (Red+Green+Blue) = 234+5+210=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA05D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA05D2 is #15FA2D. Grayscale: #606060. Windows color (decimal): -1440302 or 13764074. OLE color: 13764074.

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

Color convert

RGB 234 5 210 -
CMYK 0 0.98 0.10 0.08
HSL 306.29º 0.96% 0.47% -
HSV(B) 306.29º 0.98% 0.92% -
XYZ 45.62 22.25 62.86 -
YUV 96.84 191.87 225.83 -
System Red Green Blue C M Y K H S L
Decimal 234 5 210 0 0.98 0.10 0.08 306.29 0.96 0.47
Hex EA 5 D2 0 62 A 8 132 60 2F
Octal 352 5 322 0 142 12 10 462 140 57
Binary 11101010 101 11010010 0 1100010 1010 1000 100110010 1100000 101111

Color Harmonies of #EA05D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA05D2

Black with #EA05D2

Text Example


Text Example

White with #EA05D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA05D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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