#EB98B9

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

Shades of Shocking #EB98B9

Tints of Shocking #EB98B9

Color information

#EB98B9 (or 0xEB98B9) is unknown color: approx Shocking. HEX triplet: EB, 98 and B9. RGB value is (235,152,185). Sum of RGB (Red+Green+Blue) = 235+152+185=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98B9 is #146746. Grayscale: #B4B4B4. Windows color (decimal): -1337159 or 12163307. OLE color: 12163307.

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

Color convert

RGB235152185-
CMYK00.350.210.08
HSL336.14º67.48%75.88%-
HSV(B)336.14º35.32%92.16%-
XYZ54.2543.6251.46-
YUV180.58130.5166.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 152 (59.77% from 255) = 26.57%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=41.08%
G=26.57%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515218500.350.210.08336.1467.4875.88
HexEB98B9023158150434c
Octal3532302710432510520103114
Binary111010111001100010111001010001110101100010101000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98B9; }

 p { color: rgb(235,152,185); }

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

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

 a { background-color: rgb(235,152,185); }

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

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

 span { border-color: rgb(235,152,185); }

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