Html Css Color HEX #EA09DF Hot Magenta

📋 copy color: '#EA09DF'

red 234 ◦ green 9 ◦ blue 223

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

Shades of Hot Magenta #EA09DF

Tints of Hot Magenta #EA09DF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.93%

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 50.21%
G = 1.93%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA09DF (or 0xEA09DF) is known color: Hot Magenta. HEX triplet: EA, 09 and DF. RGB value is (234,9,223). Sum of RGB (Red+Green+Blue) = 234+9+223=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 9 (3.91% from 255 or 1.93% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA09DF is #15F620. Grayscale: #646464. Windows color (decimal): -1439265 or 14617066. OLE color: 14617066.

HSL color Cylindrical-coordinate representation of color #EA09DF: hue angle of 302.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA09DF is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 9 223 -
CMYK 0 0.96 0.05 0.08
HSL 302.93º 0.93% 0.48% -
HSV(B) 302.93º 0.96% 0.92% -
XYZ 47.35 23.02 71.76 -
YUV 100.67 197.04 223.1 -
System Red Green Blue C M Y K H S L
Decimal 234 9 223 0 0.96 0.05 0.08 302.93 0.93 0.48
Hex EA 9 DF 0 60 5 8 12F 5D 30
Octal 352 11 337 0 140 5 10 457 135 60
Binary 11101010 1001 11011111 0 1100000 101 1000 100101111 1011101 110000

Color Harmonies of #EA09DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA09DF

Black with #EA09DF

Text Example


Text Example

White with #EA09DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA09DF; }

 p { color: rgb(234,9,223); }

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

background-color css

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

 a { background-color: rgb(234,9,223); }

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

border-color css

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

 span { border-color: rgb(234,9,223); }

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