#EB0D92

Color #EB0D92 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #EB0D92

Tints of Deep Pink #EB0D92

Color information

#EB0D92 (or 0xEB0D92) is unknown color: approx Deep Pink. HEX triplet: EB, 0D and 92. RGB value is (235,13,146). Sum of RGB (Red+Green+Blue) = 235+13+146=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0D92 is #14F26D. Grayscale: #5E5E5E. Windows color (decimal): -1372782 or 9571819. OLE color: 9571819.

HSL color Cylindrical-coordinate representation of color #EB0D92: hue angle of 324.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0D92 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB23513146-
CMYK00.940.380.08
HSL324.05º89.52%48.63%-
HSV(B)324.05º94.47%92.16%-
XYZ39.5920.0328.97-
YUV94.54157.05228.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.64%
GREEN value IS 13 (5.47% from 255) = 3.30%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=59.64%
G=3.30%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351314600.940.380.08324.0589.5248.63
HexEBD9205E2681445a31
Octal353152220136461050413261
Binary111010111101100100100101111010011010001010001001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0D92; }

 p { color: rgb(235,13,146); }

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

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

 a { background-color: rgb(235,13,146); }

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

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

 span { border-color: rgb(235,13,146); }

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