#EBA2BB

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

Shades of Shocking #EBA2BB

Tints of Shocking #EBA2BB

Color information

#EBA2BB (or 0xEBA2BB) is unknown color: approx Shocking. HEX triplet: EB, A2 and BB. RGB value is (235,162,187). Sum of RGB (Red+Green+Blue) = 235+162+187=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2BB is #145D44. Grayscale: #BABABA. Windows color (decimal): -1334597 or 12296939. OLE color: 12296939.

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

Color convert

RGB235162187-
CMYK00.310.200.08
HSL339.45º64.6%77.84%-
HSV(B)339.45º31.06%92.16%-
XYZ56.1547.0953.14-
YUV186.68128.18162.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 162 (63.67% from 255) = 27.74%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=40.24%
G=27.74%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516218700.310.200.08339.4564.677.84
HexEBA2BB01F148153414e
Octal3532422730372410523101116
Binary11101011101000101011101101111110100100010101001110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2BB; }

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

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

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

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

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

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

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

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