#EBA9C8

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

Shades of Shocking #EBA9C8

Tints of Shocking #EBA9C8

Color information

#EBA9C8 (or 0xEBA9C8) is unknown color: approx Shocking. HEX triplet: EB, A9 and C8. RGB value is (235,169,200). Sum of RGB (Red+Green+Blue) = 235+169+200=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9C8 is #145637. Grayscale: #C0C0C0. Windows color (decimal): -1332792 or 13150699. OLE color: 13150699.

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

Color convert

RGB235169200-
CMYK00.280.150.08
HSL331.82º62.26%79.22%-
HSV(B)331.82º28.09%92.16%-
XYZ58.8750.2161.23-
YUV192.27132.37158.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 169 (66.41% from 255) = 27.98%
BLUE value IS 200 (78.52% from 255) = 33.11%
R=38.91%
G=27.98%
B=33.11%

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
Decimal23516920000.280.150.08331.8262.2679.22
HexEBA9C801CF814c3e4f
Octal353251310034171051476117
Binary111010111010100111001000011100111110001010011001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9C8; }

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

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

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

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

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

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

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

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