#EBA5C2

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

Shades of Shocking #EBA5C2

Tints of Shocking #EBA5C2

Color information

#EBA5C2 (or 0xEBA5C2) is unknown color: approx Shocking. HEX triplet: EB, A5 and C2. RGB value is (235,165,194). Sum of RGB (Red+Green+Blue) = 235+165+194=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5C2 is #145A3D. Grayscale: #BDBDBD. Windows color (decimal): -1333822 or 12756459. OLE color: 12756459.

HSL color Cylindrical-coordinate representation of color #EBA5C2: hue angle of 335.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5C2 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235165194-
CMYK00.300.170.08
HSL335.14º63.64%78.43%-
HSV(B)335.14º29.79%92.16%-
XYZ57.4548.4757.37-
YUV189.24130.69160.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 165 (64.84% from 255) = 27.78%
BLUE value IS 194 (76.17% from 255) = 32.66%
R=39.56%
G=27.78%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516519400.300.170.08335.1463.6478.43
HexEBA5C201E11814f404e
Octal3532453020362110517100116
Binary11101011101001011100001001111010001100010100111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5C2; }

 p { color: rgb(235,165,194); }

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

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

 a { background-color: rgb(235,165,194); }

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

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

 span { border-color: rgb(235,165,194); }

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