#EB98C1

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

Shades of Shocking #EB98C1

Tints of Shocking #EB98C1

Color information

#EB98C1 (or 0xEB98C1) is unknown color: approx Shocking. HEX triplet: EB, 98 and C1. RGB value is (235,152,193). Sum of RGB (Red+Green+Blue) = 235+152+193=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98C1 is #14673E. Grayscale: #B5B5B5. Windows color (decimal): -1337151 or 12687595. OLE color: 12687595.

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

Color convert

RGB235152193-
CMYK00.350.180.08
HSL330.36º67.48%75.88%-
HSV(B)330.36º35.32%92.16%-
XYZ55.1143.9756.03-
YUV181.49134.5166.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 152 (59.77% from 255) = 26.21%
BLUE value IS 193 (75.78% from 255) = 33.28%
R=40.52%
G=26.21%
B=33.28%

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
Decimal23515219300.350.180.08330.3667.4875.88
HexEB98C102312814a434c
Octal3532303010432210512103114
Binary111010111001100011000001010001110010100010100101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98C1; }

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

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

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

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

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

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

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

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