#EB8EB7

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

Shades of Shocking #EB8EB7

Tints of Shocking #EB8EB7

Color information

#EB8EB7 (or 0xEB8EB7) is unknown color: approx Shocking. HEX triplet: EB, 8E and B7. RGB value is (235,142,183). Sum of RGB (Red+Green+Blue) = 235+142+183=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8EB7 is #147148. Grayscale: #AEAEAE. Windows color (decimal): -1339721 or 12029675. OLE color: 12029675.

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

Color convert

RGB235142183-
CMYK00.400.220.08
HSL333.55º69.92%73.92%-
HSV(B)333.55º39.57%92.16%-
XYZ52.4840.4349.84-
YUV174.48132.81171.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=41.96%
G=25.36%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514218300.400.220.08333.5569.9273.92
HexEB8EB702816814e464a
Octal3532162670502610516106112
Binary111010111000111010110111010100010110100010100111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EB7; }

 p { color: rgb(235,142,183); }

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

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

 a { background-color: rgb(235,142,183); }

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

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

 span { border-color: rgb(235,142,183); }

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