#EB9ED0

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

Shades of Shocking #EB9ED0

Tints of Shocking #EB9ED0

Color information

#EB9ED0 (or 0xEB9ED0) is unknown color: approx Shocking. HEX triplet: EB, 9E and D0. RGB value is (235,158,208). Sum of RGB (Red+Green+Blue) = 235+158+208=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9ED0 is #14612F. Grayscale: #BABABA. Windows color (decimal): -1335600 or 13672171. OLE color: 13672171.

HSL color Cylindrical-coordinate representation of color #EB9ED0: hue angle of 321.04º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9ED0 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235158208-
CMYK00.330.110.08
HSL321.04º65.81%77.06%-
HSV(B)321.04º32.77%92.16%-
XYZ57.8746.6765.63-
YUV186.72140.01162.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 158 (62.11% from 255) = 26.29%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=39.10%
G=26.29%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515820800.330.110.08321.0465.8177.06
HexEB9ED0021B8141424d
Octal3532363200411310501102115
Binary11101011100111101101000001000011011100010100000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9ED0; }

 p { color: rgb(235,158,208); }

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

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

 a { background-color: rgb(235,158,208); }

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

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

 span { border-color: rgb(235,158,208); }

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