#EE6CEA

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

Shades of Violet #EE6CEA

Tints of Violet #EE6CEA

Color information

#EE6CEA (or 0xEE6CEA) is unknown color: approx Violet. HEX triplet: EE, 6C and EA. RGB value is (238,108,234). Sum of RGB (Red+Green+Blue) = 238+108+234=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6CEA is #119315. Grayscale: #A0A0A0. Windows color (decimal): -1151766 or 15363310. OLE color: 15363310.

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

Color convert

RGB238108234-
CMYK00.550.020.07
HSL301.85º79.27%67.84%-
HSV(B)301.85º54.62%93.33%-
XYZ55.4734.8481.64-
YUV161.23169.07182.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.03%
GREEN value IS 108 (42.58% from 255) = 18.62%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=41.03%
G=18.62%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810823400.550.020.07301.8579.2767.84
HexEE6CEA0372712e4f44
Octal35615435206727456117104
Binary1110111011011001110101001101111011110010111010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6CEA; }

 p { color: rgb(238,108,234); }

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

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

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

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

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

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

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