#EA0BD0

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

Shades of Hot Magenta #EA0BD0

Tints of Hot Magenta #EA0BD0

Color information

#EA0BD0 (or 0xEA0BD0) is unknown color: approx Hot Magenta. HEX triplet: EA, 0B and D0. RGB value is (234,11,208). Sum of RGB (Red+Green+Blue) = 234+11+208=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 11 (4.69% from 255 or 2.43% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0BD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0BD0 is #15F42F. Grayscale: #636363. Windows color (decimal): -1438768 or 13634538. OLE color: 13634538.

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

Color convert

RGB23411208-
CMYK00.950.110.08
HSL307º91.02%48.04%-
HSV(B)307º95.3%91.76%-
XYZ45.4422.2961.58-
YUV100.14188.88223.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.66%
GREEN value IS 11 (4.69% from 255) = 2.43%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=51.66%
G=2.43%
B=45.92%

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
Decimal2341120800.950.110.0830791.0248.04
HexEABD005FB81335b30
Octal352133200137131046313360
Binary1110101010111101000001011111101110001001100111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0BD0; }

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

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

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

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

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

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

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

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