Html Css Color HEX #EA09D4 Hot Magenta

📋 copy color: '#EA09D4'

red 234 ◦ green 9 ◦ blue 212

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

Shades of Hot Magenta #EA09D4

Tints of Hot Magenta #EA09D4

RGB

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

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

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

R = 51.43%
G = 1.98%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA09D4 (or 0xEA09D4) is known color: Hot Magenta. HEX triplet: EA, 09 and D4. RGB value is (234,9,212). Sum of RGB (Red+Green+Blue) = 234+9+212=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA09D4 is #15F62B. Grayscale: #626262. Windows color (decimal): -1439276 or 13896170. OLE color: 13896170.

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

Color convert

RGB 234 9 212 -
CMYK 0 0.96 0.09 0.08
HSL 305.87º 0.93% 0.48% -
HSV(B) 305.87º 0.96% 0.92% -
XYZ 45.91 22.44 64.2 -
YUV 99.42 191.54 223.99 -
System Red Green Blue C M Y K H S L
Decimal 234 9 212 0 0.96 0.09 0.08 305.87 0.93 0.48
Hex EA 9 D4 0 60 9 8 132 5D 30
Octal 352 11 324 0 140 11 10 462 135 60
Binary 11101010 1001 11010100 0 1100000 1001 1000 100110010 1011101 110000

Color Harmonies of #EA09D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA09D4

Black with #EA09D4

Text Example


Text Example

White with #EA09D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA09D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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