#EB8DB5

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

Shades of Shocking #EB8DB5

Tints of Shocking #EB8DB5

Color information

#EB8DB5 (or 0xEB8DB5) is unknown color: approx Shocking. HEX triplet: EB, 8D and B5. RGB value is (235,141,181). Sum of RGB (Red+Green+Blue) = 235+141+181=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DB5 is #14724A. Grayscale: #ADADAD. Windows color (decimal): -1339979 or 11898347. OLE color: 11898347.

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

Color convert

RGB235141181-
CMYK00.40.230.08
HSL334.47º70.15%73.73%-
HSV(B)334.47º40%92.16%-
XYZ52.1340.0548.7-
YUV173.67132.14171.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 181 (71.09% from 255) = 32.50%
R=42.19%
G=25.31%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514118100.40.230.08334.4770.1573.73
HexEB8DB502817814e464a
Octal3532152650502710516106112
Binary111010111000110110110101010100010111100010100111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DB5; }

 p { color: rgb(235,141,181); }

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

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

 a { background-color: rgb(235,141,181); }

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

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

 span { border-color: rgb(235,141,181); }

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