Html Css Color HEX #EA07DA Hot Magenta

📋 copy color: '#EA07DA'

red 234 ◦ green 7 ◦ blue 218

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

Shades of Hot Magenta #EA07DA

Tints of Hot Magenta #EA07DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 50.98%
G = 1.53%
B = 47.49%

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

#EA07DA (or 0xEA07DA) is known color: Hot Magenta. HEX triplet: EA, 07 and DA. RGB value is (234,7,218). Sum of RGB (Red+Green+Blue) = 234+7+218=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 7 (3.12% from 255 or 1.53% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07DA is #15F825. Grayscale: #626262. Windows color (decimal): -1439782 or 14288874. OLE color: 14288874.

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

Color convert

RGB 234 7 218 -
CMYK 0 0.97 0.07 0.08
HSL 304.23º 0.94% 0.47% -
HSV(B) 304.23º 0.97% 0.92% -
XYZ 46.66 22.71 68.25 -
YUV 98.93 195.21 224.34 -
System Red Green Blue C M Y K H S L
Decimal 234 7 218 0 0.97 0.07 0.08 304.23 0.94 0.47
Hex EA 7 DA 0 61 7 8 130 5E 2F
Octal 352 7 332 0 141 7 10 460 136 57
Binary 11101010 111 11011010 0 1100001 111 1000 100110000 1011110 101111

Color Harmonies of #EA07DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA07DA

Black with #EA07DA

Text Example


Text Example

White with #EA07DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA07DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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