Html Css Color HEX #EA07D4 Hot Magenta

📋 copy color: '#EA07D4'

red 234 ◦ green 7 ◦ blue 212

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

Shades of Hot Magenta #EA07D4

Tints of Hot Magenta #EA07D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.8%

R = 51.66%
G = 1.55%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA07D4 (or 0xEA07D4) is known color: Hot Magenta. HEX triplet: EA, 07 and D4. RGB value is (234,7,212). Sum of RGB (Red+Green+Blue) = 234+7+212=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07D4 is #15F82B. Grayscale: #616161. Windows color (decimal): -1439788 or 13895658. OLE color: 13895658.

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

Color convert

RGB 234 7 212 -
CMYK 0 0.97 0.09 0.08
HSL 305.82º 0.94% 0.47% -
HSV(B) 305.82º 0.97% 0.92% -
XYZ 45.89 22.4 64.19 -
YUV 98.24 192.21 224.83 -
System Red Green Blue C M Y K H S L
Decimal 234 7 212 0 0.97 0.09 0.08 305.82 0.94 0.47
Hex EA 7 D4 0 61 9 8 132 5E 2F
Octal 352 7 324 0 141 11 10 462 136 57
Binary 11101010 111 11010100 0 1100001 1001 1000 100110010 1011110 101111

Color Harmonies of #EA07D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA07D4

Black with #EA07D4

Text Example


Text Example

White with #EA07D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA07D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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