#ef7ded

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

Shades of Violet #EF7DED

Tints of Violet #EF7DED

Color information

#EF7DED (or 0xEF7DED) is unknown color: approx Violet. HEX triplet: EF, 7D and ED. RGB value is (239,125,237). Sum of RGB (Red+Green+Blue) = 239+125+237=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7DED is #108212. Grayscale: #ABABAB. Windows color (decimal): -1081875 or 15564271. OLE color: 15564271.

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

Color convert

RGB239125237-
CMYK00.480.010.06
HSL301.05º78.08%71.37%-
HSV(B)301.05º47.7%93.73%-
XYZ58.2239.1384.61-
YUV171.85164.77175.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 125 (49.22% from 255) = 20.80%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=39.77%
G=20.80%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912523700.480.010.06301.0578.0871.37
HexEF7DED0301612d4e47
Octal35717535506016455116107
Binary111011111111101111011010110000111010010110110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef7ded

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef7ded; }

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

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

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

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

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

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

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

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