#EB9EC7

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

Shades of Shocking #EB9EC7

Tints of Shocking #EB9EC7

Color information

#EB9EC7 (or 0xEB9EC7) is unknown color: approx Shocking. HEX triplet: EB, 9E and C7. RGB value is (235,158,199). Sum of RGB (Red+Green+Blue) = 235+158+199=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EC7 is #146138. Grayscale: #B9B9B9. Windows color (decimal): -1335609 or 13082347. OLE color: 13082347.

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

Color convert

RGB235158199-
CMYK00.330.150.08
HSL328.05º65.81%77.06%-
HSV(B)328.05º32.77%92.16%-
XYZ56.846.2459.96-
YUV185.7135.51163.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 158 (62.11% from 255) = 26.69%
BLUE value IS 199 (78.12% from 255) = 33.61%
R=39.70%
G=26.69%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515819900.330.150.08328.0565.8177.06
HexEB9EC7021F8148424d
Octal3532363070411710510102115
Binary11101011100111101100011101000011111100010100100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EC7; }

 p { color: rgb(235,158,199); }

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

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

 a { background-color: rgb(235,158,199); }

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

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

 span { border-color: rgb(235,158,199); }

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