Html Css Color HEX #EA07D7 Hot Magenta

📋 copy color: '#EA07D7'

red 234 ◦ green 7 ◦ blue 215

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

Shades of Hot Magenta #EA07D7

Tints of Hot Magenta #EA07D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 51.32%
G = 1.54%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EA07D7 (or 0xEA07D7) is known color: Hot Magenta. HEX triplet: EA, 07 and D7. RGB value is (234,7,215). Sum of RGB (Red+Green+Blue) = 234+7+215=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07D7 is #15F828. Grayscale: #616161. Windows color (decimal): -1439785 or 14092266. OLE color: 14092266.

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

Color convert

RGB 234 7 215 -
CMYK 0 0.97 0.08 0.08
HSL 305.02º 0.94% 0.47% -
HSV(B) 305.02º 0.97% 0.92% -
XYZ 46.27 22.55 66.2 -
YUV 98.59 193.71 224.59 -
System Red Green Blue C M Y K H S L
Decimal 234 7 215 0 0.97 0.08 0.08 305.02 0.94 0.47
Hex EA 7 D7 0 61 8 8 131 5E 2F
Octal 352 7 327 0 141 10 10 461 136 57
Binary 11101010 111 11010111 0 1100001 1000 1000 100110001 1011110 101111

Color Harmonies of #EA07D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA07D7

Black with #EA07D7

Text Example


Text Example

White with #EA07D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA07D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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