#EB7DE5

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

Shades of Violet #EB7DE5

Tints of Violet #EB7DE5

Color information

#EB7DE5 (or 0xEB7DE5) is unknown color: approx Violet. HEX triplet: EB, 7D and E5. RGB value is (235,125,229). Sum of RGB (Red+Green+Blue) = 235+125+229=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7DE5 is #14821A. Grayscale: #A9A9A9. Windows color (decimal): -1344027 or 15039979. OLE color: 15039979.

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

Color convert

RGB235125229-
CMYK00.470.030.08
HSL303.27º73.33%70.59%-
HSV(B)303.27º46.81%92.16%-
XYZ55.7437.9978.52-
YUV169.75161.44174.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 125 (49.22% from 255) = 21.22%
BLUE value IS 229 (89.84% from 255) = 38.88%
R=39.90%
G=21.22%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512522900.470.030.08303.2773.3370.59
HexEB7DE502F3812f4947
Octal353175345057310457111107
Binary11101011111110111100101010111111100010010111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DE5; }

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

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

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

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

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

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

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

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