#EB9DC6

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

Shades of Shocking #EB9DC6

Tints of Shocking #EB9DC6

Color information

#EB9DC6 (or 0xEB9DC6) is unknown color: approx Shocking. HEX triplet: EB, 9D and C6. RGB value is (235,157,198). Sum of RGB (Red+Green+Blue) = 235+157+198=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DC6 is #146239. Grayscale: #B8B8B8. Windows color (decimal): -1335866 or 13016555. OLE color: 13016555.

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

Color convert

RGB235157198-
CMYK00.330.160.08
HSL328.46º66.1%76.86%-
HSV(B)328.46º33.19%92.16%-
XYZ56.5145.8559.3-
YUV185135.34163.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 157 (61.72% from 255) = 26.61%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=39.83%
G=26.61%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515719800.330.160.08328.4666.176.86
HexEB9DC6021108148424d
Octal3532353060412010510102115
Binary111010111001110111000110010000110000100010100100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DC6; }

 p { color: rgb(235,157,198); }

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

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

 a { background-color: rgb(235,157,198); }

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

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

 span { border-color: rgb(235,157,198); }

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