#EE7AE6

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

Shades of Violet #EE7AE6

Tints of Violet #EE7AE6

Color information

#EE7AE6 (or 0xEE7AE6) is unknown color: approx Violet. HEX triplet: EE, 7A and E6. RGB value is (238,122,230). Sum of RGB (Red+Green+Blue) = 238+122+230=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7AE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7AE6 is #118519. Grayscale: #A8A8A8. Windows color (decimal): -1148186 or 15104750. OLE color: 15104750.

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

Color convert

RGB238122230-
CMYK00.490.030.07
HSL304.14º77.33%70.59%-
HSV(B)304.14º48.74%93.33%-
XYZ56.537.8179.18-
YUV169162.43177.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 122 (48.05% from 255) = 20.68%
BLUE value IS 230 (90.23% from 255) = 38.98%
R=40.34%
G=20.68%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812223000.490.030.07304.1477.3370.59
HexEE7AE6031371304d47
Octal35617234606137460115107
Binary1110111011110101110011001100011111110011000010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7AE6; }

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

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

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

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

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

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

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

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