#EB99C7

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

Shades of Shocking #EB99C7

Tints of Shocking #EB99C7

Color information

#EB99C7 (or 0xEB99C7) is unknown color: approx Shocking. HEX triplet: EB, 99 and C7. RGB value is (235,153,199). Sum of RGB (Red+Green+Blue) = 235+153+199=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99C7 is #146638. Grayscale: #B6B6B6. Windows color (decimal): -1336889 or 13081067. OLE color: 13081067.

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

Color convert

RGB235153199-
CMYK00.350.150.08
HSL326.34º67.21%76.08%-
HSV(B)326.34º34.89%92.16%-
XYZ55.9644.5759.69-
YUV182.76137.17165.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 153 (60.16% from 255) = 26.06%
BLUE value IS 199 (78.12% from 255) = 33.90%
R=40.03%
G=26.06%
B=33.90%

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
Decimal23515319900.350.150.08326.3467.2176.08
HexEB99C7023F8146434c
Octal3532313070431710506103114
Binary11101011100110011100011101000111111100010100011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99C7; }

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

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

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

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

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

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

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

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