#EB8BEA

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

Shades of Violet #EB8BEA

Tints of Violet #EB8BEA

Color information

#EB8BEA (or 0xEB8BEA) is unknown color: approx Violet. HEX triplet: EB, 8B and EA. RGB value is (235,139,234). Sum of RGB (Red+Green+Blue) = 235+139+234=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8BEA is #147415. Grayscale: #B2B2B2. Windows color (decimal): -1340438 or 15371243. OLE color: 15371243.

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

Color convert

RGB235139234-
CMYK00.410.000.08
HSL300.62º70.59%73.33%-
HSV(B)300.62º40.85%92.16%-
XYZ58.3442.0782.89-
YUV178.53159.3168.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 139 (54.69% from 255) = 22.86%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=38.65%
G=22.86%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513923400.410.000.08300.6270.5973.33
HexEB8BEA0290812d4749
Octal353213352051010455107111
Binary11101011100010111110101001010010100010010110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8BEA; }

 p { color: rgb(235,139,234); }

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

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

 a { background-color: rgb(235,139,234); }

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

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

 span { border-color: rgb(235,139,234); }

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