#E485FB

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

Shades of Heliotrope #E485FB

Tints of Heliotrope #E485FB

Color information

#E485FB (or 0xE485FB) is unknown color: approx Heliotrope. HEX triplet: E4, 85 and FB. RGB value is (228,133,251). Sum of RGB (Red+Green+Blue) = 228+133+251=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #E485FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485FB is #1B7A04. Grayscale: #AEAEAE. Windows color (decimal): -1800709 or 16483812. OLE color: 16483812.

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

Color convert

RGB228133251-
CMYK0.090.4700.02
HSL288.31º93.65%75.29%-
HSV(B)288.31º47.01%98.43%-
XYZ57.840.2395.99-
YUV174.86170.97165.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.25%
GREEN value IS 133 (52.34% from 255) = 21.73%
BLUE value IS 251 (98.44% from 255) = 41.01%
R=37.25%
G=21.73%
B=41.01%

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
Decimal2281332510.090.4700.02288.3193.6575.29
HexE485FB92F021205e4b
Octal344205373115702440136113
Binary111001001000010111111011100110111101010010000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E485FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E485FB; }

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

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

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

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

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

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

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

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