#EE7DE7

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

Shades of Violet #EE7DE7

Tints of Violet #EE7DE7

Color information

#EE7DE7 (or 0xEE7DE7) is unknown color: approx Violet. HEX triplet: EE, 7D and E7. RGB value is (238,125,231). Sum of RGB (Red+Green+Blue) = 238+125+231=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 125 (49.22% from 255 or 21.04% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7DE7 is #118218. Grayscale: #AAAAAA. Windows color (decimal): -1147417 or 15171054. OLE color: 15171054.

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

Color convert

RGB238125231-
CMYK00.470.030.07
HSL303.72º76.87%71.18%-
HSV(B)303.72º47.48%93.33%-
XYZ57.0238.6180.05-
YUV170.87161.94175.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 125 (49.22% from 255) = 21.04%
BLUE value IS 231 (90.62% from 255) = 38.89%
R=40.07%
G=21.04%
B=38.89%

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
Decimal23812523100.470.030.07303.7276.8771.18
HexEE7DE702F371304d47
Octal35617534705737460115107
Binary1110111011111011110011101011111111110011000010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7DE7; }

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

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

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

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

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

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

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

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