Html Css Color HEX #EA07D2 Hot Magenta

📋 copy color: '#EA07D2'

red 234 ◦ green 7 ◦ blue 210

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

Shades of Hot Magenta #EA07D2

Tints of Hot Magenta #EA07D2

RGB

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

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

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

R = 51.88%
G = 1.55%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA07D2 (or 0xEA07D2) is known color: Hot Magenta. HEX triplet: EA, 07 and D2. RGB value is (234,7,210). Sum of RGB (Red+Green+Blue) = 234+7+210=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 7 (3.12% from 255 or 1.55% from 451); Blue value is 210 (82.42% from 255 or 46.56% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07D2 is #15F82D. Grayscale: #616161. Windows color (decimal): -1439790 or 13764586. OLE color: 13764586.

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

Color convert

RGB 234 7 210 -
CMYK 0 0.97 0.10 0.08
HSL 306.34º 0.94% 0.47% -
HSV(B) 306.34º 0.97% 0.92% -
XYZ 45.64 22.3 62.87 -
YUV 98.02 191.21 224.99 -
System Red Green Blue C M Y K H S L
Decimal 234 7 210 0 0.97 0.10 0.08 306.34 0.94 0.47
Hex EA 7 D2 0 61 A 8 132 5E 2F
Octal 352 7 322 0 141 12 10 462 136 57
Binary 11101010 111 11010010 0 1100001 1010 1000 100110010 1011110 101111

Color Harmonies of #EA07D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA07D2

Black with #EA07D2

Text Example


Text Example

White with #EA07D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA07D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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