#EBA8C9

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

Shades of Shocking #EBA8C9

Tints of Shocking #EBA8C9

Color information

#EBA8C9 (or 0xEBA8C9) is unknown color: approx Shocking. HEX triplet: EB, A8 and C9. RGB value is (235,168,201). Sum of RGB (Red+Green+Blue) = 235+168+201=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8C9 is #145736. Grayscale: #BFBFBF. Windows color (decimal): -1333047 or 13215979. OLE color: 13215979.

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

Color convert

RGB235168201-
CMYK00.290.140.08
HSL330.45º62.62%79.02%-
HSV(B)330.45º28.51%92.16%-
XYZ58.8149.8861.79-
YUV191.8133.2158.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 168 (66.02% from 255) = 27.81%
BLUE value IS 201 (78.91% from 255) = 33.28%
R=38.91%
G=27.81%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516820100.290.140.08330.4562.6279.02
HexEBA8C901DE814a3f4f
Octal353250311035161051277117
Binary111010111010100011001001011101111010001010010101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8C9; }

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

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

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

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

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

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

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

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