#EBA7C4

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

Shades of Shocking #EBA7C4

Tints of Shocking #EBA7C4

Color information

#EBA7C4 (or 0xEBA7C4) is unknown color: approx Shocking. HEX triplet: EB, A7 and C4. RGB value is (235,167,196). Sum of RGB (Red+Green+Blue) = 235+167+196=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7C4 is #14583B. Grayscale: #BEBEBE. Windows color (decimal): -1333308 or 12888043. OLE color: 12888043.

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

Color convert

RGB235167196-
CMYK00.290.170.08
HSL334.41º62.96%78.82%-
HSV(B)334.41º28.94%92.16%-
XYZ58.0449.2958.68-
YUV190.64131.03159.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 167 (65.62% from 255) = 27.93%
BLUE value IS 196 (76.95% from 255) = 32.78%
R=39.30%
G=27.93%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516719600.290.170.08334.4162.9678.82
HexEBA7C401D11814e3f4f
Octal353247304035211051677117
Binary1110101110100111110001000111011000110001010011101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7C4; }

 p { color: rgb(235,167,196); }

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

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

 a { background-color: rgb(235,167,196); }

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

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

 span { border-color: rgb(235,167,196); }

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