#EB98BD

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

Shades of Shocking #EB98BD

Tints of Shocking #EB98BD

Color information

#EB98BD (or 0xEB98BD) is unknown color: approx Shocking. HEX triplet: EB, 98 and BD. RGB value is (235,152,189). Sum of RGB (Red+Green+Blue) = 235+152+189=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98BD is #146742. Grayscale: #B4B4B4. Windows color (decimal): -1337155 or 12425451. OLE color: 12425451.

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

Color convert

RGB235152189-
CMYK00.350.200.08
HSL333.25º67.48%75.88%-
HSV(B)333.25º35.32%92.16%-
XYZ54.6743.7953.72-
YUV181.03132.5166.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 152 (59.77% from 255) = 26.39%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=40.80%
G=26.39%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515218900.350.200.08333.2567.4875.88
HexEB98BD02314814d434c
Octal3532302750432410515103114
Binary111010111001100010111101010001110100100010100110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98BD; }

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

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

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

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

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

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

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

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