#EBA4BF

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

Shades of Shocking #EBA4BF

Tints of Shocking #EBA4BF

Color information

#EBA4BF (or 0xEBA4BF) is unknown color: approx Shocking. HEX triplet: EB, A4 and BF. RGB value is (235,164,191). Sum of RGB (Red+Green+Blue) = 235+164+191=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4BF is #145B40. Grayscale: #BCBCBC. Windows color (decimal): -1334081 or 12559595. OLE color: 12559595.

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

Color convert

RGB235164191-
CMYK00.300.190.08
HSL337.18º63.96%78.24%-
HSV(B)337.18º30.21%92.16%-
XYZ56.9447.9755.55-
YUV188.31129.52161.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 191 (75% from 255) = 32.37%
R=39.83%
G=27.80%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516419100.300.190.08337.1863.9678.24
HexEBA4BF01E138151404e
Octal3532442770362310521100116
Binary11101011101001001011111101111010011100010101000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4BF; }

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

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

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

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

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

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

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

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