#EBA9C7

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

Shades of Shocking #EBA9C7

Tints of Shocking #EBA9C7

Color information

#EBA9C7 (or 0xEBA9C7) is unknown color: approx Shocking. HEX triplet: EB, A9 and C7. RGB value is (235,169,199). Sum of RGB (Red+Green+Blue) = 235+169+199=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 169 (66.41% from 255 or 28.03% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9C7 is #145638. Grayscale: #C0C0C0. Windows color (decimal): -1332793 or 13085163. OLE color: 13085163.

HSL color Cylindrical-coordinate representation of color #EBA9C7: hue angle of 332.73º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9C7 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB235169199-
CMYK00.280.150.08
HSL332.73º62.26%79.22%-
HSV(B)332.73º28.09%92.16%-
XYZ58.7650.1660.62-
YUV192.15131.87158.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 169 (66.41% from 255) = 28.03%
BLUE value IS 199 (78.12% from 255) = 33.00%
R=38.97%
G=28.03%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516919900.280.150.08332.7362.2679.22
HexEBA9C701CF814d3e4f
Octal353251307034171051576117
Binary111010111010100111000111011100111110001010011011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9C7; }

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

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

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

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

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

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

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

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