#E08FFA

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

Shades of Heliotrope #E08FFA

Tints of Heliotrope #E08FFA

Color information

#E08FFA (or 0xE08FFA) is unknown color: approx Heliotrope. HEX triplet: E0, 8F and FA. RGB value is (224,143,250). Sum of RGB (Red+Green+Blue) = 224+143+250=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #E08FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08FFA is #1F7005. Grayscale: #B3B3B3. Windows color (decimal): -2060294 or 16420832. OLE color: 16420832.

HSL color Cylindrical-coordinate representation of color #E08FFA: hue angle of 285.42º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E08FFA is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224143250-
CMYK0.100.4300.02
HSL285.42º91.45%77.06%-
HSV(B)285.42º42.8%98.04%-
XYZ57.8242.3995.58-
YUV179.42167.84159.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.30%
GREEN value IS 143 (56.25% from 255) = 23.18%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=36.30%
G=23.18%
B=40.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241432500.100.4300.02285.4291.4577.06
HexE08FFAA2B0211d5b4d
Octal340217372125302435133115
Binary111000001000111111111010101010101101010001110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08FFA; }

 p { color: rgb(224,143,250); }

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

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

 a { background-color: rgb(224,143,250); }

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

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

 span { border-color: rgb(224,143,250); }

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