#EB8AB6

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

Shades of Shocking #EB8AB6

Tints of Shocking #EB8AB6

Color information

#EB8AB6 (or 0xEB8AB6) is unknown color: approx Shocking. HEX triplet: EB, 8A and B6. RGB value is (235,138,182). Sum of RGB (Red+Green+Blue) = 235+138+182=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8AB6 is #147549. Grayscale: #ABABAB. Windows color (decimal): -1340746 or 11963115. OLE color: 11963115.

HSL color Cylindrical-coordinate representation of color #EB8AB6: hue angle of 332.78º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8AB6 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235138182-
CMYK00.410.230.08
HSL332.78º70.8%73.14%-
HSV(B)332.78º41.28%92.16%-
XYZ51.7939.2249.1-
YUV172.02133.64172.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 182 (71.48% from 255) = 32.79%
R=42.34%
G=24.86%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513818200.410.230.08332.7870.873.14
HexEB8AB602917814d4749
Octal3532122660512710515107111
Binary111010111000101010110110010100110111100010100110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AB6; }

 p { color: rgb(235,138,182); }

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

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

 a { background-color: rgb(235,138,182); }

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

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

 span { border-color: rgb(235,138,182); }

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