#EB8AB4

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

Shades of Shocking #EB8AB4

Tints of Shocking #EB8AB4

Color information

#EB8AB4 (or 0xEB8AB4) is unknown color: approx Shocking. HEX triplet: EB, 8A and B4. RGB value is (235,138,180). Sum of RGB (Red+Green+Blue) = 235+138+180=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8AB4 is #14754B. Grayscale: #ABABAB. Windows color (decimal): -1340748 or 11832043. OLE color: 11832043.

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

Color convert

RGB235138180-
CMYK00.410.230.08
HSL334.02º70.8%73.14%-
HSV(B)334.02º41.28%92.16%-
XYZ51.5939.1348.01-
YUV171.79132.64173.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 138 (54.30% from 255) = 24.95%
BLUE value IS 180 (70.70% from 255) = 32.55%
R=42.50%
G=24.95%
B=32.55%

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
Decimal23513818000.410.230.08334.0270.873.14
HexEB8AB402917814e4749
Octal3532122640512710516107111
Binary111010111000101010110100010100110111100010100111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AB4; }

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

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

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

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

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

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

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

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