#EE7DE6

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

Shades of Violet #EE7DE6

Tints of Violet #EE7DE6

Color information

#EE7DE6 (or 0xEE7DE6) is unknown color: approx Violet. HEX triplet: EE, 7D and E6. RGB value is (238,125,230). Sum of RGB (Red+Green+Blue) = 238+125+230=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7DE6 is #118219. Grayscale: #AAAAAA. Windows color (decimal): -1147418 or 15105518. OLE color: 15105518.

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

Color convert

RGB238125230-
CMYK00.470.030.07
HSL304.25º76.87%71.18%-
HSV(B)304.25º47.48%93.33%-
XYZ56.8838.5679.31-
YUV170.76161.44175.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 125 (49.22% from 255) = 21.08%
BLUE value IS 230 (90.23% from 255) = 38.79%
R=40.13%
G=21.08%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812523000.470.030.07304.2576.8771.18
HexEE7DE602F371304d47
Octal35617534605737460115107
Binary1110111011111011110011001011111111110011000010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7DE6; }

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

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

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

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

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

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

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

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