#E385F9

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

Shades of Heliotrope #E385F9

Tints of Heliotrope #E385F9

Color information

#E385F9 (or 0xE385F9) is unknown color: approx Heliotrope. HEX triplet: E3, 85 and F9. RGB value is (227,133,249). Sum of RGB (Red+Green+Blue) = 227+133+249=609 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.27% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #E385F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E385F9 is #1C7A06. Grayscale: #ADADAD. Windows color (decimal): -1866247 or 16352739. OLE color: 16352739.

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

Color convert

RGB227133249-
CMYK0.090.4700.02
HSL288.62º90.62%74.9%-
HSV(B)288.62º46.59%97.65%-
XYZ57.1639.9594.32-
YUV174.33170.14165.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.27%
GREEN value IS 133 (52.34% from 255) = 21.84%
BLUE value IS 249 (97.66% from 255) = 40.89%
R=37.27%
G=21.84%
B=40.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271332490.090.4700.02288.6290.6274.9
HexE385F992F021215b4b
Octal343205371115702441133113
Binary111000111000010111111001100110111101010010000110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E385F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E385F9; }

 p { color: rgb(227,133,249); }

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

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

 a { background-color: rgb(227,133,249); }

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

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

 span { border-color: rgb(227,133,249); }

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