#E361FD

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

Shades of Heliotrope #E361FD

Tints of Heliotrope #E361FD

Color information

#E361FD (or 0xE361FD) is unknown color: approx Heliotrope. HEX triplet: E3, 61 and FD. RGB value is (227,97,253). Sum of RGB (Red+Green+Blue) = 227+97+253=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 97 (38.28% from 255 or 16.81% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #E361FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E361FD is #1C9E02. Grayscale: #999999. Windows color (decimal): -1875459 or 16605667. OLE color: 16605667.

HSL color Cylindrical-coordinate representation of color #E361FD: hue angle of 290º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E361FD is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22797253-
CMYK0.100.6200.01
HSL290º97.5%68.63%-
HSV(B)290º61.66%99.22%-
XYZ53.6831.9796.27-
YUV153.65184.07180.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.34%
GREEN value IS 97 (38.28% from 255) = 16.81%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=39.34%
G=16.81%
B=43.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal227972530.100.6200.0129097.568.63
HexE361FDA3E011226245
Octal343141375127601442142105
Binary1110001111000011111110110101111100110010001011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E361FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E361FD; }

 p { color: rgb(227,97,253); }

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

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

 a { background-color: rgb(227,97,253); }

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

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

 span { border-color: rgb(227,97,253); }

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