#EB99C8

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

Shades of Shocking #EB99C8

Tints of Shocking #EB99C8

Color information

#EB99C8 (or 0xEB99C8) is unknown color: approx Shocking. HEX triplet: EB, 99 and C8. RGB value is (235,153,200). Sum of RGB (Red+Green+Blue) = 235+153+200=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99C8 is #146637. Grayscale: #B6B6B6. Windows color (decimal): -1336888 or 13146603. OLE color: 13146603.

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

Color convert

RGB235153200-
CMYK00.350.150.08
HSL325.61º67.21%76.08%-
HSV(B)325.61º34.89%92.16%-
XYZ56.0844.6160.3-
YUV182.88137.67165.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 153 (60.16% from 255) = 26.02%
BLUE value IS 200 (78.52% from 255) = 34.01%
R=39.97%
G=26.02%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515320000.350.150.08325.6167.2176.08
HexEB99C8023F8146434c
Octal3532313100431710506103114
Binary11101011100110011100100001000111111100010100011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99C8; }

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

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

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

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

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

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

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

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