#E969FC

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

Shades of Heliotrope #E969FC

Tints of Heliotrope #E969FC

Color information

#E969FC (or 0xE969FC) is unknown color: approx Heliotrope. HEX triplet: E9, 69 and FC. RGB value is (233,105,252). Sum of RGB (Red+Green+Blue) = 233+105+252=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 105 (41.41% from 255 or 17.80% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #E969FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E969FC is #169603. Grayscale: #9F9F9F. Windows color (decimal): -1480196 or 16542185. OLE color: 16542185.

HSL color Cylindrical-coordinate representation of color #E969FC: hue angle of 292.24º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E969FC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233105252-
CMYK0.080.5800.01
HSL292.24º96.08%70%-
HSV(B)292.24º58.33%98.82%-
XYZ56.2334.4695.78-
YUV160.03179.91180.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.49%
GREEN value IS 105 (41.41% from 255) = 17.80%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=39.49%
G=17.80%
B=42.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331052520.080.5800.01292.2496.0870
HexE969FC83A011246046
Octal351151374107201444140106
Binary1110100111010011111110010001110100110010010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E969FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E969FC; }

 p { color: rgb(233,105,252); }

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

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

 a { background-color: rgb(233,105,252); }

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

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

 span { border-color: rgb(233,105,252); }

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