#EB99C5

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

Shades of Shocking #EB99C5

Tints of Shocking #EB99C5

Color information

#EB99C5 (or 0xEB99C5) is unknown color: approx Shocking. HEX triplet: EB, 99 and C5. RGB value is (235,153,197). Sum of RGB (Red+Green+Blue) = 235+153+197=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99C5 is #14663A. Grayscale: #B6B6B6. Windows color (decimal): -1336891 or 12949995. OLE color: 12949995.

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

Color convert

RGB235153197-
CMYK00.350.160.08
HSL327.8º67.21%76.08%-
HSV(B)327.8º34.89%92.16%-
XYZ55.7344.4858.47-
YUV182.53136.17165.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 197 (77.34% from 255) = 33.68%
R=40.17%
G=26.15%
B=33.68%

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
Decimal23515319700.350.160.08327.867.2176.08
HexEB99C5023108148434c
Octal3532313050432010510103114
Binary111010111001100111000101010001110000100010100100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99C5; }

 p { color: rgb(235,153,197); }

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

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

 a { background-color: rgb(235,153,197); }

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

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

 span { border-color: rgb(235,153,197); }

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