Html Css Color HEX #EA09D0 Hot Magenta

📋 copy color: '#EA09D0'

red 234 ◦ green 9 ◦ blue 208

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

Shades of Hot Magenta #EA09D0

Tints of Hot Magenta #EA09D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.12%

R = 51.88%
G = 2%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA09D0 (or 0xEA09D0) is known color: Hot Magenta. HEX triplet: EA, 09 and D0. RGB value is (234,9,208). Sum of RGB (Red+Green+Blue) = 234+9+208=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA09D0 is #15F62F. Grayscale: #626262. Windows color (decimal): -1439280 or 13634026. OLE color: 13634026.

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

Color convert

RGB 234 9 208 -
CMYK 0 0.96 0.11 0.08
HSL 306.93º 0.93% 0.48% -
HSV(B) 306.93º 0.96% 0.92% -
XYZ 45.41 22.24 61.57 -
YUV 98.96 189.54 224.32 -
System Red Green Blue C M Y K H S L
Decimal 234 9 208 0 0.96 0.11 0.08 306.93 0.93 0.48
Hex EA 9 D0 0 60 B 8 133 5D 30
Octal 352 11 320 0 140 13 10 463 135 60
Binary 11101010 1001 11010000 0 1100000 1011 1000 100110011 1011101 110000

Color Harmonies of #EA09D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA09D0

Black with #EA09D0

Text Example


Text Example

White with #EA09D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA09D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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