#EBA2C5

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

Shades of Shocking #EBA2C5

Tints of Shocking #EBA2C5

Color information

#EBA2C5 (or 0xEBA2C5) is unknown color: approx Shocking. HEX triplet: EB, A2 and C5. RGB value is (235,162,197). Sum of RGB (Red+Green+Blue) = 235+162+197=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 162 (63.67% from 255 or 27.27% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2C5 is #145D3A. Grayscale: #BBBBBB. Windows color (decimal): -1334587 or 12952299. OLE color: 12952299.

HSL color Cylindrical-coordinate representation of color #EBA2C5: hue angle of 331.23º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA2C5 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235162197-
CMYK00.310.160.08
HSL331.23º64.6%77.84%-
HSV(B)331.23º31.06%92.16%-
XYZ57.2647.5358.98-
YUV187.82133.18161.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 162 (63.67% from 255) = 27.27%
BLUE value IS 197 (77.34% from 255) = 33.16%
R=39.56%
G=27.27%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516219700.310.160.08331.2364.677.84
HexEBA2C501F10814b414e
Octal3532423050372010513101116
Binary11101011101000101100010101111110000100010100101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2C5; }

 p { color: rgb(235,162,197); }

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

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

 a { background-color: rgb(235,162,197); }

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

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

 span { border-color: rgb(235,162,197); }

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