#EB04D0

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

Shades of Hot Magenta #EB04D0

Tints of Hot Magenta #EB04D0

Color information

#EB04D0 (or 0xEB04D0) is unknown color: approx Hot Magenta. HEX triplet: EB, 04 and D0. RGB value is (235,4,208). Sum of RGB (Red+Green+Blue) = 235+4+208=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB04D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB04D0 is #14FB2F. Grayscale: #5F5F5F. Windows color (decimal): -1375024 or 13632747. OLE color: 13632747.

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

Color convert

RGB2354208-
CMYK00.980.110.08
HSL307.01º96.65%46.86%-
HSV(B)307.01º98.3%92.16%-
XYZ45.6922.361.57-
YUV96.32191.03226.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.57%
GREEN value IS 4 (1.95% from 255) = 0.89%
BLUE value IS 208 (81.64% from 255) = 46.53%
R=52.57%
G=0.89%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235420800.980.110.08307.0196.6546.86
HexEB4D0062B8133612f
Octal35343200142131046314157
Binary111010111001101000001100010101110001001100111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB04D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB04D0; }

 p { color: rgb(235,4,208); }

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

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

 a { background-color: rgb(235,4,208); }

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

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

 span { border-color: rgb(235,4,208); }

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