#EB0FCB

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

Shades of Shocking Pink #EB0FCB

Tints of Shocking Pink #EB0FCB

Color information

#EB0FCB (or 0xEB0FCB) is unknown color: approx Shocking Pink. HEX triplet: EB, 0F and CB. RGB value is (235,15,203). Sum of RGB (Red+Green+Blue) = 235+15+203=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0FCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0FCB is #14F034. Grayscale: #656565. Windows color (decimal): -1372213 or 13307883. OLE color: 13307883.

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

Color convert

RGB23515203-
CMYK00.940.140.08
HSL308.73º88%49.02%-
HSV(B)308.73º93.62%92.16%-
XYZ45.2122.3258.42-
YUV102.21184.89222.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.88%
GREEN value IS 15 (6.25% from 255) = 3.31%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=51.88%
G=3.31%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351520300.940.140.08308.738849.02
HexEBFCB05EE81355831
Octal353173130136161046513061
Binary1110101111111100101101011110111010001001101011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0FCB; }

 p { color: rgb(235,15,203); }

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

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

 a { background-color: rgb(235,15,203); }

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

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

 span { border-color: rgb(235,15,203); }

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