#EB8EE5

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

Shades of Violet #EB8EE5

Tints of Violet #EB8EE5

Color information

#EB8EE5 (or 0xEB8EE5) is unknown color: approx Violet. HEX triplet: EB, 8E and E5. RGB value is (235,142,229). Sum of RGB (Red+Green+Blue) = 235+142+229=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8EE5 is #14711A. Grayscale: #B3B3B3. Windows color (decimal): -1339675 or 15044331. OLE color: 15044331.

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

Color convert

RGB235142229-
CMYK00.400.030.08
HSL303.87º69.92%73.92%-
HSV(B)303.87º39.57%92.16%-
XYZ58.0842.6779.3-
YUV179.72155.81167.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 142 (55.86% from 255) = 23.43%
BLUE value IS 229 (89.84% from 255) = 37.79%
R=38.78%
G=23.43%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514222900.400.030.08303.8769.9273.92
HexEB8EE502838130464a
Octal353216345050310460106112
Binary111010111000111011100101010100011100010011000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EE5; }

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

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

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

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

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

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

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

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