#EBA4C5

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

Shades of Shocking #EBA4C5

Tints of Shocking #EBA4C5

Color information

#EBA4C5 (or 0xEBA4C5) is unknown color: approx Shocking. HEX triplet: EB, A4 and C5. RGB value is (235,164,197). Sum of RGB (Red+Green+Blue) = 235+164+197=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4C5 is #145B3A. Grayscale: #BCBCBC. Windows color (decimal): -1334075 or 12952811. OLE color: 12952811.

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

Color convert

RGB235164197-
CMYK00.300.160.08
HSL332.11º63.96%78.24%-
HSV(B)332.11º30.21%92.16%-
XYZ57.6148.2459.1-
YUV188.99132.52160.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 164 (64.45% from 255) = 27.52%
BLUE value IS 197 (77.34% from 255) = 33.05%
R=39.43%
G=27.52%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516419700.300.160.08332.1163.9678.24
HexEBA4C501E10814c404e
Octal3532443050362010514100116
Binary11101011101001001100010101111010000100010100110010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4C5; }

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

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

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

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

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

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

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

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