#E290FB

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

Shades of Heliotrope #E290FB

Tints of Heliotrope #E290FB

Color information

#E290FB (or 0xE290FB) is unknown color: approx Heliotrope. HEX triplet: E2, 90 and FB. RGB value is (226,144,251). Sum of RGB (Red+Green+Blue) = 226+144+251=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #E290FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E290FB is #1D6F04. Grayscale: #B4B4B4. Windows color (decimal): -1928965 or 16486626. OLE color: 16486626.

HSL color Cylindrical-coordinate representation of color #E290FB: hue angle of 285.98º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E290FB is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226144251-
CMYK0.100.4300.02
HSL285.98º93.04%77.45%-
HSV(B)285.98º42.63%98.43%-
XYZ58.7543.0896.49-
YUV180.72167.67160.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.39%
GREEN value IS 144 (56.64% from 255) = 23.19%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=36.39%
G=23.19%
B=40.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261442510.100.4300.02285.9893.0477.45
HexE290FBA2B0211e5d4d
Octal342220373125302436135115
Binary111000101001000011111011101010101101010001111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E290FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E290FB; }

 p { color: rgb(226,144,251); }

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

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

 a { background-color: rgb(226,144,251); }

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

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

 span { border-color: rgb(226,144,251); }

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