#eb9fcb

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

Shades of Shocking #EB9FCB

Tints of Shocking #EB9FCB

Color information

#EB9FCB (or 0xEB9FCB) is unknown color: approx Shocking. HEX triplet: EB, 9F and CB. RGB value is (235,159,203). Sum of RGB (Red+Green+Blue) = 235+159+203=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9FCB is #146034. Grayscale: #BABABA. Windows color (decimal): -1335349 or 13344747. OLE color: 13344747.

HSL color Cylindrical-coordinate representation of color #EB9FCB: hue angle of 325.26º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EB9FCB is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235159203-
CMYK00.320.140.08
HSL325.26º65.52%77.25%-
HSV(B)325.26º32.34%92.16%-
XYZ57.4446.7762.5-
YUV186.74137.18162.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=39.36%
G=26.63%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515920300.320.140.08325.2665.5277.25
HexEB9FCB020E8145424d
Octal3532373130401610505102115
Binary11101011100111111100101101000001110100010100010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb9fcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb9fcb; }

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

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

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

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

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

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

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

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