#EB98BE

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

Shades of Shocking #EB98BE

Tints of Shocking #EB98BE

Color information

#EB98BE (or 0xEB98BE) is unknown color: approx Shocking. HEX triplet: EB, 98 and BE. RGB value is (235,152,190). Sum of RGB (Red+Green+Blue) = 235+152+190=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98BE is #146741. Grayscale: #B5B5B5. Windows color (decimal): -1337154 or 12490987. OLE color: 12490987.

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

Color convert

RGB235152190-
CMYK00.350.190.08
HSL332.53º67.48%75.88%-
HSV(B)332.53º35.32%92.16%-
XYZ54.7843.8454.29-
YUV181.15133166.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 152 (59.77% from 255) = 26.34%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=40.73%
G=26.34%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515219000.350.190.08332.5367.4875.88
HexEB98BE02313814d434c
Octal3532302760432310515103114
Binary111010111001100010111110010001110011100010100110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98BE; }

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

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

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

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

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

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

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

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