#EB8DEC

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

Shades of Violet #EB8DEC

Tints of Violet #EB8DEC

Color information

#EB8DEC (or 0xEB8DEC) is unknown color: approx Violet. HEX triplet: EB, 8D and EC. RGB value is (235,141,236). Sum of RGB (Red+Green+Blue) = 235+141+236=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB8DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8DEC is #147213. Grayscale: #B3B3B3. Windows color (decimal): -1339924 or 15502827. OLE color: 15502827.

HSL color Cylindrical-coordinate representation of color #EB8DEC: hue angle of 299.37º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8DEC is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235141236-
CMYK0.000.4000.07
HSL299.37º71.43%73.92%-
HSV(B)299.37º40.25%92.55%-
XYZ58.9342.7784.51-
YUV179.94159.64167.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 141 (55.47% from 255) = 23.04%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=38.40%
G=23.04%
B=38.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351412360.000.4000.07299.3771.4373.92
HexEB8DEC0280712b474a
Octal35321535405007453107112
Binary1110101110001101111011000101000011110010101110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DEC; }

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

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

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

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

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

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

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

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