#EE7DED

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

Shades of Violet #EE7DED

Tints of Violet #EE7DED

Color information

#EE7DED (or 0xEE7DED) is unknown color: approx Violet. HEX triplet: EE, 7D and ED. RGB value is (238,125,237). Sum of RGB (Red+Green+Blue) = 238+125+237=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7DED is #118212. Grayscale: #ABABAB. Windows color (decimal): -1147411 or 15564270. OLE color: 15564270.

HSL color Cylindrical-coordinate representation of color #EE7DED: hue angle of 300.53º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7DED is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB238125237-
CMYK00.470.000.07
HSL300.53º76.87%71.18%-
HSV(B)300.53º47.48%93.33%-
XYZ57.8838.9684.59-
YUV171.55164.94175.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.67%
GREEN value IS 125 (49.22% from 255) = 20.83%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=39.67%
G=20.83%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812523700.470.000.07300.5376.8771.18
HexEE7DED02F0712d4d47
Octal35617535505707455115107
Binary111011101111101111011010101111011110010110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7DED; }

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

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

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

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

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

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

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

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