#E08AFD

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

Shades of Heliotrope #E08AFD

Tints of Heliotrope #E08AFD

Color information

#E08AFD (or 0xE08AFD) is unknown color: approx Heliotrope. HEX triplet: E0, 8A and FD. RGB value is (224,138,253). Sum of RGB (Red+Green+Blue) = 224+138+253=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 138 (54.30% from 255 or 22.44% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #E08AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08AFD is #1F7502. Grayscale: #B0B0B0. Windows color (decimal): -2061571 or 16616160. OLE color: 16616160.

HSL color Cylindrical-coordinate representation of color #E08AFD: hue angle of 284.87º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E08AFD is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224138253-
CMYK0.110.4500.01
HSL284.87º96.64%76.67%-
HSV(B)284.87º45.45%99.22%-
XYZ57.5641.1297.83-
YUV176.82170.99161.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.42%
GREEN value IS 138 (54.30% from 255) = 22.44%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=36.42%
G=22.44%
B=41.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241382530.110.4500.01284.8796.6476.67
HexE08AFDB2D0111d614d
Octal340212375135501435141115
Binary11100000100010101111110110111011010110001110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08AFD; }

 p { color: rgb(224,138,253); }

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

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

 a { background-color: rgb(224,138,253); }

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

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

 span { border-color: rgb(224,138,253); }

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