#E869FC

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

Shades of Heliotrope #E869FC

Tints of Heliotrope #E869FC

Color information

#E869FC (or 0xE869FC) is unknown color: approx Heliotrope. HEX triplet: E8, 69 and FC. RGB value is (232,105,252). Sum of RGB (Red+Green+Blue) = 232+105+252=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 105 (41.41% from 255 or 17.83% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #E869FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E869FC is #179603. Grayscale: #9F9F9F. Windows color (decimal): -1545732 or 16542184. OLE color: 16542184.

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

Color convert

RGB232105252-
CMYK0.080.5800.01
HSL291.84º96.08%70%-
HSV(B)291.84º58.33%98.82%-
XYZ55.934.2995.77-
YUV159.73180.08179.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.39%
GREEN value IS 105 (41.41% from 255) = 17.83%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=39.39%
G=17.83%
B=42.78%

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
Decimal2321052520.080.5800.01291.8496.0870
HexE869FC83A011246046
Octal350151374107201444140106
Binary1110100011010011111110010001110100110010010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E869FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E869FC; }

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

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

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

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

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

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

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

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