#E185FF

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

Shades of Heliotrope #E185FF

Tints of Heliotrope #E185FF

Color information

#E185FF (or 0xE185FF) is unknown color: approx Heliotrope. HEX triplet: E1, 85 and FF. RGB value is (225,133,255). Sum of RGB (Red+Green+Blue) = 225+133+255=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #E185FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185FF is #1E7A00. Grayscale: #AEAEAE. Windows color (decimal): -1997313 or 16745953. OLE color: 16745953.

HSL color Cylindrical-coordinate representation of color #E185FF: hue angle of 285.25º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E185FF is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225133255-
CMYK0.120.4800
HSL285.25º100%76.08%-
HSV(B)285.25º47.84%100%-
XYZ57.494099.3-
YUV174.42173.48164.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.70%
GREEN value IS 133 (52.34% from 255) = 21.70%
BLUE value IS 255 (100% from 255) = 41.60%
R=36.70%
G=21.70%
B=41.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251332550.120.4800285.2510076.08
HexE185FFC300011d644c
Octal341205377146000435144114
Binary11100001100001011111111111001100000010001110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185FF; }

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

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

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

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

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

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

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

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