#EB7DE8

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

Shades of Violet #EB7DE8

Tints of Violet #EB7DE8

Color information

#EB7DE8 (or 0xEB7DE8) is unknown color: approx Violet. HEX triplet: EB, 7D and E8. RGB value is (235,125,232). Sum of RGB (Red+Green+Blue) = 235+125+232=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7DE8 is #148217. Grayscale: #A9A9A9. Windows color (decimal): -1344024 or 15236587. OLE color: 15236587.

HSL color Cylindrical-coordinate representation of color #EB7DE8: hue angle of 301.64º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7DE8 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235125232-
CMYK00.470.010.08
HSL301.64º73.33%70.59%-
HSV(B)301.64º46.81%92.16%-
XYZ56.1638.1680.75-
YUV170.09162.94174.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 125 (49.22% from 255) = 21.11%
BLUE value IS 232 (91.02% from 255) = 39.19%
R=39.70%
G=21.11%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512523200.470.010.08301.6473.3370.59
HexEB7DE802F1812e4947
Octal353175350057110456111107
Binary1110101111111011110100001011111100010010111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DE8; }

 p { color: rgb(235,125,232); }

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

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

 a { background-color: rgb(235,125,232); }

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

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

 span { border-color: rgb(235,125,232); }

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