#EB98C6

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

Shades of Shocking #EB98C6

Tints of Shocking #EB98C6

Color information

#EB98C6 (or 0xEB98C6) is unknown color: approx Shocking. HEX triplet: EB, 98 and C6. RGB value is (235,152,198). Sum of RGB (Red+Green+Blue) = 235+152+198=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98C6 is #146739. Grayscale: #B5B5B5. Windows color (decimal): -1337146 or 13015275. OLE color: 13015275.

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

Color convert

RGB235152198-
CMYK00.350.160.08
HSL326.75º67.48%75.88%-
HSV(B)326.75º35.32%92.16%-
XYZ55.6844.259.02-
YUV182.06137165.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 152 (59.77% from 255) = 25.98%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=40.17%
G=25.98%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515219800.350.160.08326.7567.4875.88
HexEB98C6023108147434c
Octal3532303060432010507103114
Binary111010111001100011000110010001110000100010100011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98C6; }

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

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

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

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

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

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

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

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