#EE6BEC

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

Shades of Violet #EE6BEC

Tints of Violet #EE6BEC

Color information

#EE6BEC (or 0xEE6BEC) is unknown color: approx Violet. HEX triplet: EE, 6B and EC. RGB value is (238,107,236). Sum of RGB (Red+Green+Blue) = 238+107+236=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 107 (42.19% from 255 or 18.42% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6BEC is #119413. Grayscale: #A0A0A0. Windows color (decimal): -1152020 or 15494126. OLE color: 15494126.

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

Color convert

RGB238107236-
CMYK00.550.010.07
HSL300.92º79.39%67.65%-
HSV(B)300.92º55.04%93.33%-
XYZ55.6634.7583.13-
YUV160.88170.4183.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 107 (42.19% from 255) = 18.42%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=40.96%
G=18.42%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810723600.550.010.07300.9279.3967.65
HexEE6BEC0371712d4f44
Octal35615335406717455117104
Binary111011101101011111011000110111111110010110110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6BEC; }

 p { color: rgb(238,107,236); }

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

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

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

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

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

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

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