#EB9FBD

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

Shades of Shocking #EB9FBD

Tints of Shocking #EB9FBD

Color information

#EB9FBD (or 0xEB9FBD) is unknown color: approx Shocking. HEX triplet: EB, 9F and BD. RGB value is (235,159,189). Sum of RGB (Red+Green+Blue) = 235+159+189=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9FBD is #146042. Grayscale: #B9B9B9. Windows color (decimal): -1335363 or 12427243. OLE color: 12427243.

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

Color convert

RGB235159189-
CMYK00.320.200.08
HSL336.32º65.52%77.25%-
HSV(B)336.32º32.34%92.16%-
XYZ55.8446.1354.11-
YUV185.14130.18163.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 159 (62.5% from 255) = 27.27%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=40.31%
G=27.27%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515918900.320.200.08336.3265.5277.25
HexEB9FBD020148150424d
Octal3532372750402410520102115
Binary111010111001111110111101010000010100100010101000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FBD; }

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

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

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

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

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

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

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

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