#EB99C9

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

Shades of Shocking #EB99C9

Tints of Shocking #EB99C9

Color information

#EB99C9 (or 0xEB99C9) is unknown color: approx Shocking. HEX triplet: EB, 99 and C9. RGB value is (235,153,201). Sum of RGB (Red+Green+Blue) = 235+153+201=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99C9 is #146636. Grayscale: #B6B6B6. Windows color (decimal): -1336887 or 13212139. OLE color: 13212139.

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

Color convert

RGB235153201-
CMYK00.350.140.08
HSL324.88º67.21%76.08%-
HSV(B)324.88º34.89%92.16%-
XYZ56.1944.6660.92-
YUV182.99138.17165.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 153 (60.16% from 255) = 25.98%
BLUE value IS 201 (78.91% from 255) = 34.13%
R=39.90%
G=25.98%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515320100.350.140.08324.8867.2176.08
HexEB99C9023E8145434c
Octal3532313110431610505103114
Binary11101011100110011100100101000111110100010100010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99C9; }

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

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

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

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

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

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

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

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