#E669FC

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

Shades of Heliotrope #E669FC

Tints of Heliotrope #E669FC

Color information

#E669FC (or 0xE669FC) is unknown color: approx Heliotrope. HEX triplet: E6, 69 and FC. RGB value is (230,105,252). Sum of RGB (Red+Green+Blue) = 230+105+252=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 105 (41.41% from 255 or 17.89% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #E669FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E669FC is #199603. Grayscale: #9E9E9E. Windows color (decimal): -1676804 or 16542182. OLE color: 16542182.

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

Color convert

RGB230105252-
CMYK0.090.5800.01
HSL291.02º96.08%70%-
HSV(B)291.02º58.33%98.82%-
XYZ55.2633.9595.74-
YUV159.13180.41178.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.18%
GREEN value IS 105 (41.41% from 255) = 17.89%
BLUE value IS 252 (98.83% from 255) = 42.93%
R=39.18%
G=17.89%
B=42.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301052520.090.5800.01291.0296.0870
HexE669FC93A011236046
Octal346151374117201443140106
Binary1110011011010011111110010011110100110010001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E669FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E669FC; }

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

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

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

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

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

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

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

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