#EF7DEB

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

Shades of Violet #EF7DEB

Tints of Violet #EF7DEB

Color information

#EF7DEB (or 0xEF7DEB) is unknown color: approx Violet. HEX triplet: EF, 7D and EB. RGB value is (239,125,235). Sum of RGB (Red+Green+Blue) = 239+125+235=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7DEB is #108214. Grayscale: #ABABAB. Windows color (decimal): -1081877 or 15433199. OLE color: 15433199.

HSL color Cylindrical-coordinate representation of color #EF7DEB: hue angle of 302.11º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7DEB is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239125235-
CMYK00.480.020.06
HSL302.11º78.08%71.37%-
HSV(B)302.11º47.7%93.73%-
XYZ57.9339.0283.08-
YUV171.63163.77176.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.90%
GREEN value IS 125 (49.22% from 255) = 20.87%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=39.90%
G=20.87%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912523500.480.020.06302.1178.0871.37
HexEF7DEB0302612e4e47
Octal35717535306026456116107
Binary1110111111111011110101101100001011010010111010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7DEB; }

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

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

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

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

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

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

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

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