#E966FF

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

Shades of Heliotrope #E966FF

Tints of Heliotrope #E966FF

Color information

#E966FF (or 0xE966FF) is unknown color: approx Heliotrope. HEX triplet: E9, 66 and FF. RGB value is (233,102,255). Sum of RGB (Red+Green+Blue) = 233+102+255=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 102 (40.23% from 255 or 17.29% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #E966FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E966FF is #169900. Grayscale: #9E9E9E. Windows color (decimal): -1480961 or 16738025. OLE color: 16738025.

HSL color Cylindrical-coordinate representation of color #E966FF: hue angle of 291.37º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E966FF is Cyan = 0.09, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB233102255-
CMYK0.090.600
HSL291.37º100%70%-
HSV(B)291.37º60%100%-
XYZ56.4134.0598.21-
YUV158.61182.4181.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.49%
GREEN value IS 102 (40.23% from 255) = 17.29%
BLUE value IS 255 (100% from 255) = 43.22%
R=39.49%
G=17.29%
B=43.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2331022550.090.600291.3710070
HexE966FF93C001236446
Octal351146377117400443144106
Binary1110100111001101111111110011111000010010001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E966FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E966FF; }

 p { color: rgb(233,102,255); }

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

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

 a { background-color: rgb(233,102,255); }

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

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

 span { border-color: rgb(233,102,255); }

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