#EB8BE7

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

Shades of Violet #EB8BE7

Tints of Violet #EB8BE7

Color information

#EB8BE7 (or 0xEB8BE7) is unknown color: approx Violet. HEX triplet: EB, 8B and E7. RGB value is (235,139,231). Sum of RGB (Red+Green+Blue) = 235+139+231=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 139 (54.69% from 255 or 22.98% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8BE7 is #147418. Grayscale: #B1B1B1. Windows color (decimal): -1340441 or 15174635. OLE color: 15174635.

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

Color convert

RGB235139231-
CMYK00.410.020.08
HSL302.5º70.59%73.33%-
HSV(B)302.5º40.85%92.16%-
XYZ57.9241.980.64-
YUV178.19157.8168.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 139 (54.69% from 255) = 22.98%
BLUE value IS 231 (90.62% from 255) = 38.18%
R=38.84%
G=22.98%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513923100.410.020.08302.570.5973.33
HexEB8BE70292812e4749
Octal353213347051210456107111
Binary111010111000101111100111010100110100010010111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8BE7; }

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

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

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

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

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

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

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

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