#EB98C0

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

Shades of Shocking #EB98C0

Tints of Shocking #EB98C0

Color information

#EB98C0 (or 0xEB98C0) is unknown color: approx Shocking. HEX triplet: EB, 98 and C0. RGB value is (235,152,192). Sum of RGB (Red+Green+Blue) = 235+152+192=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98C0 is #14673F. Grayscale: #B5B5B5. Windows color (decimal): -1337152 or 12622059. OLE color: 12622059.

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

Color convert

RGB235152192-
CMYK00.350.180.08
HSL331.08º67.48%75.88%-
HSV(B)331.08º35.32%92.16%-
XYZ5543.9255.45-
YUV181.38134166.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 152 (59.77% from 255) = 26.25%
BLUE value IS 192 (75.39% from 255) = 33.16%
R=40.59%
G=26.25%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515219200.350.180.08331.0867.4875.88
HexEB98C002312814b434c
Octal3532303000432210513103114
Binary111010111001100011000000010001110010100010100101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98C0; }

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

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

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

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

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

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

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

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