#E185FB

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

Shades of Heliotrope #E185FB

Tints of Heliotrope #E185FB

Color information

#E185FB (or 0xE185FB) is unknown color: approx Heliotrope. HEX triplet: E1, 85 and FB. RGB value is (225,133,251). Sum of RGB (Red+Green+Blue) = 225+133+251=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #E185FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185FB is #1E7A04. Grayscale: #ADADAD. Windows color (decimal): -1997317 or 16483809. OLE color: 16483809.

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

Color convert

RGB225133251-
CMYK0.100.4700.02
HSL286.78º93.65%75.29%-
HSV(B)286.78º47.01%98.43%-
XYZ56.8539.7595.94-
YUV173.96171.48164.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 133 (52.34% from 255) = 21.84%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=36.95%
G=21.84%
B=41.22%

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
Decimal2251332510.100.4700.02286.7893.6575.29
HexE185FBA2F0211f5e4b
Octal341205373125702437136113
Binary111000011000010111111011101010111101010001111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185FB; }

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

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

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

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

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

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

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

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