#E069FE

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

Shades of Heliotrope #E069FE

Tints of Heliotrope #E069FE

Color information

#E069FE (or 0xE069FE) is unknown color: approx Heliotrope. HEX triplet: E0, 69 and FE. RGB value is (224,105,254). Sum of RGB (Red+Green+Blue) = 224+105+254=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 105 (41.41% from 255 or 18.01% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #E069FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069FE is #1F9601. Grayscale: #9D9D9D. Windows color (decimal): -2070018 or 16673248. OLE color: 16673248.

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

Color convert

RGB224105254-
CMYK0.120.5900.00
HSL287.92º98.68%70.39%-
HSV(B)287.92º58.66%99.61%-
XYZ53.6833.1197.33-
YUV157.57182.42175.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 105 (41.41% from 255) = 18.01%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=38.42%
G=18.01%
B=43.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241052540.120.5900.00287.9298.6870.39
HexE069FEC3B001206346
Octal340151376147300440143106
Binary1110000011010011111111011001110110010010000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069FE; }

 p { color: rgb(224,105,254); }

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

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

 a { background-color: rgb(224,105,254); }

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

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

 span { border-color: rgb(224,105,254); }

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