#E185F9

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

Shades of Heliotrope #E185F9

Tints of Heliotrope #E185F9

Color information

#E185F9 (or 0xE185F9) is unknown color: approx Heliotrope. HEX triplet: E1, 85 and F9. RGB value is (225,133,249). Sum of RGB (Red+Green+Blue) = 225+133+249=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #E185F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185F9 is #1E7A06. Grayscale: #ADADAD. Windows color (decimal): -1997319 or 16352737. OLE color: 16352737.

HSL color Cylindrical-coordinate representation of color #E185F9: hue angle of 287.59º 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 #E185F9 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225133249-
CMYK0.100.4700.02
HSL287.59º90.62%74.9%-
HSV(B)287.59º46.59%97.65%-
XYZ56.5439.6294.29-
YUV173.73170.48164.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 133 (52.34% from 255) = 21.91%
BLUE value IS 249 (97.66% from 255) = 41.02%
R=37.07%
G=21.91%
B=41.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251332490.100.4700.02287.5990.6274.9
HexE185F9A2F021205b4b
Octal341205371125702440133113
Binary111000011000010111111001101010111101010010000010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185F9; }

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

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

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

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

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

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

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

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