#EB9EBA

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

Shades of Shocking #EB9EBA

Tints of Shocking #EB9EBA

Color information

#EB9EBA (or 0xEB9EBA) is unknown color: approx Shocking. HEX triplet: EB, 9E and BA. RGB value is (235,158,186). Sum of RGB (Red+Green+Blue) = 235+158+186=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EBA is #146145. Grayscale: #B8B8B8. Windows color (decimal): -1335622 or 12230379. OLE color: 12230379.

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

Color convert

RGB235158186-
CMYK00.330.210.08
HSL338.18º65.81%77.06%-
HSV(B)338.18º32.77%92.16%-
XYZ55.3545.6652.35-
YUV184.22129.01164.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 158 (62.11% from 255) = 27.29%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=40.59%
G=27.29%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515818600.330.210.08338.1865.8177.06
HexEB9EBA021158152424d
Octal3532362720412510522102115
Binary111010111001111010111010010000110101100010101001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EBA; }

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

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

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

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

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

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

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

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