#EE6AEE

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

Shades of Violet #EE6AEE

Tints of Violet #EE6AEE

Color information

#EE6AEE (or 0xEE6AEE) is unknown color: approx Violet. HEX triplet: EE, 6A and EE. RGB value is (238,106,238). Sum of RGB (Red+Green+Blue) = 238+106+238=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 106 (41.80% from 255 or 18.21% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE6AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6AEE is #119511. Grayscale: #A0A0A0. Windows color (decimal): -1152274 or 15624942. OLE color: 15624942.

HSL color Cylindrical-coordinate representation of color #EE6AEE: hue angle of 300º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6AEE is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB238106238-
CMYK00.5500.07
HSL300º79.52%67.45%-
HSV(B)300º55.46%93.33%-
XYZ55.8534.6684.64-
YUV160.52171.73183.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.89%
GREEN value IS 106 (41.80% from 255) = 18.21%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=40.89%
G=18.21%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810623800.5500.0730079.5267.45
HexEE6AEE0370712c5043
Octal35615235606707454120103
Binary111011101101010111011100110111011110010110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6AEE; }

 p { color: rgb(238,106,238); }

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

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

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

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

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

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

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