#EB98C3

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

Shades of Shocking #EB98C3

Tints of Shocking #EB98C3

Color information

#EB98C3 (or 0xEB98C3) is unknown color: approx Shocking. HEX triplet: EB, 98 and C3. RGB value is (235,152,195). Sum of RGB (Red+Green+Blue) = 235+152+195=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98C3 is #14673C. Grayscale: #B5B5B5. Windows color (decimal): -1337149 or 12818667. OLE color: 12818667.

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

Color convert

RGB235152195-
CMYK00.350.170.08
HSL328.92º67.48%75.88%-
HSV(B)328.92º35.32%92.16%-
XYZ55.3444.0657.22-
YUV181.72135.5166-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 152 (59.77% from 255) = 26.12%
BLUE value IS 195 (76.56% from 255) = 33.51%
R=40.38%
G=26.12%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515219500.350.170.08328.9267.4875.88
HexEB98C3023118149434c
Octal3532303030432110511103114
Binary111010111001100011000011010001110001100010100100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98C3; }

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

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

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

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

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

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

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

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