#E08BF9

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

Shades of Heliotrope #E08BF9

Tints of Heliotrope #E08BF9

Color information

#E08BF9 (or 0xE08BF9) is unknown color: approx Heliotrope. HEX triplet: E0, 8B and F9. RGB value is (224,139,249). Sum of RGB (Red+Green+Blue) = 224+139+249=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #E08BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08BF9 is #1F7406. Grayscale: #B0B0B0. Windows color (decimal): -2061319 or 16354272. OLE color: 16354272.

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

Color convert

RGB224139249-
CMYK0.100.4400.02
HSL286.36º90.16%76.08%-
HSV(B)286.36º44.18%97.65%-
XYZ57.0741.1594.56-
YUV176.96168.66161.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 139 (54.69% from 255) = 22.71%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=36.60%
G=22.71%
B=40.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241392490.100.4400.02286.3690.1676.08
HexE08BF9A2C0211e5a4c
Octal340213371125402436132114
Binary111000001000101111111001101010110001010001111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08BF9; }

 p { color: rgb(224,139,249); }

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

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

 a { background-color: rgb(224,139,249); }

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

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

 span { border-color: rgb(224,139,249); }

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