#E05BFA

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

Shades of Heliotrope #E05BFA

Tints of Heliotrope #E05BFA

Color information

#E05BFA (or 0xE05BFA) is unknown color: approx Heliotrope. HEX triplet: E0, 5B and FA. RGB value is (224,91,250). Sum of RGB (Red+Green+Blue) = 224+91+250=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 91 (35.94% from 255 or 16.11% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #E05BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05BFA is #1FA405. Grayscale: #949494. Windows color (decimal): -2073606 or 16407520. OLE color: 16407520.

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

Color convert

RGB22491250-
CMYK0.100.6400.02
HSL290.19º94.08%66.86%-
HSV(B)290.19º63.6%98.04%-
XYZ51.7430.2393.55-
YUV148.89185.06181.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 91 (35.94% from 255) = 16.11%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=39.65%
G=16.11%
B=44.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal224912500.100.6400.02290.1994.0866.86
HexE05BFAA40021225e43
Octal3401333721210002442136103
Binary111000001011011111110101010100000001010010001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05BFA; }

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

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

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

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

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

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

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

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