#EB7DED

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

Shades of Violet #EB7DED

Tints of Violet #EB7DED

Color information

#EB7DED (or 0xEB7DED) is unknown color: approx Violet. HEX triplet: EB, 7D and ED. RGB value is (235,125,237). Sum of RGB (Red+Green+Blue) = 235+125+237=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB7DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7DED is #148212. Grayscale: #AAAAAA. Windows color (decimal): -1344019 or 15564267. OLE color: 15564267.

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

Color convert

RGB235125237-
CMYK0.010.4700.07
HSL298.93º75.68%70.98%-
HSV(B)298.93º47.26%92.94%-
XYZ56.8838.4484.54-
YUV170.66165.44173.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 125 (49.22% from 255) = 20.94%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=39.36%
G=20.94%
B=39.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351252370.010.4700.07298.9375.6870.98
HexEB7DED12F0712b4c47
Octal35317535515707453114107
Binary111010111111101111011011101111011110010101110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DED; }

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

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

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

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

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

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

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

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