Html Css Color HEX #EA07D9 Hot Magenta

📋 copy color: '#EA07D9'

red 234 ◦ green 7 ◦ blue 217

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

Shades of Hot Magenta #EA07D9

Tints of Hot Magenta #EA07D9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.53%

 BLUE value IS 217 (85.16% from 255) = 47.38%

R = 51.09%
G = 1.53%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA07D9 (or 0xEA07D9) is known color: Hot Magenta. HEX triplet: EA, 07 and D9. RGB value is (234,7,217). Sum of RGB (Red+Green+Blue) = 234+7+217=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 7 (3.12% from 255 or 1.53% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07D9 is #15F826. Grayscale: #626262. Windows color (decimal): -1439783 or 14223338. OLE color: 14223338.

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

Color convert

RGB 234 7 217 -
CMYK 0 0.97 0.07 0.08
HSL 304.49º 0.94% 0.47% -
HSV(B) 304.49º 0.97% 0.92% -
XYZ 46.53 22.65 67.57 -
YUV 98.81 194.71 224.42 -
System Red Green Blue C M Y K H S L
Decimal 234 7 217 0 0.97 0.07 0.08 304.49 0.94 0.47
Hex EA 7 D9 0 61 7 8 130 5E 2F
Octal 352 7 331 0 141 7 10 460 136 57
Binary 11101010 111 11011001 0 1100001 111 1000 100110000 1011110 101111

Color Harmonies of #EA07D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA07D9

Black with #EA07D9

Text Example


Text Example

White with #EA07D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA07D9; }

 p { color: rgb(234,7,217); }

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

background-color css

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

 a { background-color: rgb(234,7,217); }

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

border-color css

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

 span { border-color: rgb(234,7,217); }

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