#EB7DE9

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

Shades of Violet #EB7DE9

Tints of Violet #EB7DE9

Color information

#EB7DE9 (or 0xEB7DE9) is unknown color: approx Violet. HEX triplet: EB, 7D and E9. RGB value is (235,125,233). Sum of RGB (Red+Green+Blue) = 235+125+233=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7DE9 is #148216. Grayscale: #A9A9A9. Windows color (decimal): -1344023 or 15302123. OLE color: 15302123.

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

Color convert

RGB235125233-
CMYK00.470.010.08
HSL301.09º73.33%70.59%-
HSV(B)301.09º46.81%92.16%-
XYZ56.338.2181.5-
YUV170.2163.44174.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 125 (49.22% from 255) = 21.08%
BLUE value IS 233 (91.41% from 255) = 39.29%
R=39.63%
G=21.08%
B=39.29%

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
Decimal23512523300.470.010.08301.0973.3370.59
HexEB7DE902F1812d4947
Octal353175351057110455111107
Binary1110101111111011110100101011111100010010110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DE9; }

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

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

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

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

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

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

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

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