#EB7DE7

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

Shades of Violet #EB7DE7

Tints of Violet #EB7DE7

Color information

#EB7DE7 (or 0xEB7DE7) is unknown color: approx Violet. HEX triplet: EB, 7D and E7. RGB value is (235,125,231). Sum of RGB (Red+Green+Blue) = 235+125+231=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 125 (49.22% from 255 or 21.15% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7DE7 is #148218. Grayscale: #A9A9A9. Windows color (decimal): -1344025 or 15171051. OLE color: 15171051.

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

Color convert

RGB235125231-
CMYK00.470.020.08
HSL302.18º73.33%70.59%-
HSV(B)302.18º46.81%92.16%-
XYZ56.0238.180-
YUV169.97162.44174.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 125 (49.22% from 255) = 21.15%
BLUE value IS 231 (90.62% from 255) = 39.09%
R=39.76%
G=21.15%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512523100.470.020.08302.1873.3370.59
HexEB7DE702F2812e4947
Octal353175347057210456111107
Binary11101011111110111100111010111110100010010111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DE7; }

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

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

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

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

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

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

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

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