#EF7DE9

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

Shades of Violet #EF7DE9

Tints of Violet #EF7DE9

Color information

#EF7DE9 (or 0xEF7DE9) is unknown color: approx Violet. HEX triplet: EF, 7D and E9. RGB value is (239,125,233). Sum of RGB (Red+Green+Blue) = 239+125+233=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7DE9 is #108216. Grayscale: #ABABAB. Windows color (decimal): -1081879 or 15302127. OLE color: 15302127.

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

Color convert

RGB239125233-
CMYK00.480.030.06
HSL303.16º78.08%71.37%-
HSV(B)303.16º47.7%93.73%-
XYZ57.6438.981.56-
YUV171.4162.77176.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 125 (49.22% from 255) = 20.94%
BLUE value IS 233 (91.41% from 255) = 39.03%
R=40.03%
G=20.94%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912523300.480.030.06303.1678.0871.37
HexEF7DE90303612f4e47
Octal35717535106036457116107
Binary1110111111111011110100101100001111010010111110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7DE9; }

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

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

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

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

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

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

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

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