#EB9BD0

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

Shades of Shocking #EB9BD0

Tints of Shocking #EB9BD0

Color information

#EB9BD0 (or 0xEB9BD0) is unknown color: approx Shocking. HEX triplet: EB, 9B and D0. RGB value is (235,155,208). Sum of RGB (Red+Green+Blue) = 235+155+208=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9BD0 is #14642F. Grayscale: #B8B8B8. Windows color (decimal): -1336368 or 13671403. OLE color: 13671403.

HSL color Cylindrical-coordinate representation of color #EB9BD0: hue angle of 320.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9BD0 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235155208-
CMYK00.340.110.08
HSL320.25º66.67%76.47%-
HSV(B)320.25º34.04%92.16%-
XYZ57.3745.6665.46-
YUV184.96141163.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 155 (60.94% from 255) = 25.92%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=39.30%
G=25.92%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515520800.340.110.08320.2566.6776.47
HexEB9BD0022B8140434c
Octal3532333200421310500103114
Binary11101011100110111101000001000101011100010100000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BD0; }

 p { color: rgb(235,155,208); }

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

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

 a { background-color: rgb(235,155,208); }

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

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

 span { border-color: rgb(235,155,208); }

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