#EB99C3

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

Shades of Shocking #EB99C3

Tints of Shocking #EB99C3

Color information

#EB99C3 (or 0xEB99C3) is unknown color: approx Shocking. HEX triplet: EB, 99 and C3. RGB value is (235,153,195). Sum of RGB (Red+Green+Blue) = 235+153+195=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99C3 is #14663C. Grayscale: #B6B6B6. Windows color (decimal): -1336893 or 12818923. OLE color: 12818923.

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

Color convert

RGB235153195-
CMYK00.350.170.08
HSL329.27º67.21%76.08%-
HSV(B)329.27º34.89%92.16%-
XYZ55.544.3857.27-
YUV182.31135.17165.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 153 (60.16% from 255) = 26.24%
BLUE value IS 195 (76.56% from 255) = 33.45%
R=40.31%
G=26.24%
B=33.45%

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
Decimal23515319500.350.170.08329.2767.2176.08
HexEB99C3023118149434c
Octal3532313030432110511103114
Binary111010111001100111000011010001110001100010100100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99C3; }

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

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

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

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

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

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

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

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