#E35FFA

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

Shades of Heliotrope #E35FFA

Tints of Heliotrope #E35FFA

Color information

#E35FFA (or 0xE35FFA) is unknown color: approx Heliotrope. HEX triplet: E3, 5F and FA. RGB value is (227,95,250). Sum of RGB (Red+Green+Blue) = 227+95+250=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 95 (37.5% from 255 or 16.61% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #E35FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35FFA is #1CA005. Grayscale: #979797. Windows color (decimal): -1875974 or 16408547. OLE color: 16408547.

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

Color convert

RGB22795250-
CMYK0.090.6200.02
HSL291.1º93.94%67.65%-
HSV(B)291.1º62%98.04%-
XYZ53.0331.4293.71-
YUV152.14183.23181.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.69%
GREEN value IS 95 (37.5% from 255) = 16.61%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=39.69%
G=16.61%
B=43.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal227952500.090.6200.02291.193.9467.65
HexE35FFA93E021235e44
Octal343137372117602443136104
Binary11100011101111111111010100111111001010010001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35FFA; }

 p { color: rgb(227,95,250); }

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

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

 a { background-color: rgb(227,95,250); }

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

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

 span { border-color: rgb(227,95,250); }

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