#EA0BD1

Color #EA0BD1 Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #EA0BD1

Tints of Hot Magenta #EA0BD1

Color information

#EA0BD1 (or 0xEA0BD1) is unknown color: approx Hot Magenta. HEX triplet: EA, 0B and D1. RGB value is (234,11,209). Sum of RGB (Red+Green+Blue) = 234+11+209=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0BD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0BD1 is #15F42E. Grayscale: #636363. Windows color (decimal): -1438767 or 13700074. OLE color: 13700074.

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

Color convert

RGB23411209-
CMYK00.950.110.08
HSL306.73º91.02%48.04%-
HSV(B)306.73º95.3%91.76%-
XYZ45.5622.3462.23-
YUV100.25189.38223.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.54%
GREEN value IS 11 (4.69% from 255) = 2.42%
BLUE value IS 209 (82.03% from 255) = 46.04%
R=51.54%
G=2.42%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341120900.950.110.08306.7391.0248.04
HexEABD105FB81335b30
Octal352133210137131046313360
Binary1110101010111101000101011111101110001001100111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0BD1; }

 p { color: rgb(234,11,209); }

 H1.HeaderClassName
 {
   color: #EA0BD1;
 }
 .AnyTagClassName
 {
   color: #EA0BD1;
 }
</style>
background-color css

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

 a { background-color: rgb(234,11,209); }

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

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

 span { border-color: rgb(234,11,209); }

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