#EB0DBC

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

Shades of Shocking Pink #EB0DBC

Tints of Shocking Pink #EB0DBC

Color information

#EB0DBC (or 0xEB0DBC) is unknown color: approx Shocking Pink. HEX triplet: EB, 0D and BC. RGB value is (235,13,188). Sum of RGB (Red+Green+Blue) = 235+13+188=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0DBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0DBC is #14F243. Grayscale: #626262. Windows color (decimal): -1372740 or 12324331. OLE color: 12324331.

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

Color convert

RGB23513188-
CMYK00.940.20.08
HSL312.7º89.52%48.63%-
HSV(B)312.7º94.47%92.16%-
XYZ43.4821.5849.45-
YUV99.33178.05224.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.90%
GREEN value IS 13 (5.47% from 255) = 2.98%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=53.90%
G=2.98%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351318800.940.20.08312.789.5248.63
HexEBDBC05E1481395a31
Octal353152740136241047113261
Binary11101011110110111100010111101010010001001110011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0DBC; }

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

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

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

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

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

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

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

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