#E278FB

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

Shades of Heliotrope #E278FB

Tints of Heliotrope #E278FB

Color information

#E278FB (or 0xE278FB) is unknown color: approx Heliotrope. HEX triplet: E2, 78 and FB. RGB value is (226,120,251). Sum of RGB (Red+Green+Blue) = 226+120+251=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 120 (47.27% from 255 or 20.10% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #E278FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E278FB is #1D8704. Grayscale: #A6A6A6. Windows color (decimal): -1935109 or 16480482. OLE color: 16480482.

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

Color convert

RGB226120251-
CMYK0.100.5200.02
HSL288.55º94.24%72.75%-
HSV(B)288.55º52.19%98.43%-
XYZ55.4936.5795.4-
YUV166.63175.62170.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.86%
GREEN value IS 120 (47.27% from 255) = 20.10%
BLUE value IS 251 (98.44% from 255) = 42.04%
R=37.86%
G=20.10%
B=42.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261202510.100.5200.02288.5594.2472.75
HexE278FBA34021215e49
Octal342170373126402441136111
Binary11100010111100011111011101011010001010010000110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E278FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E278FB; }

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

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

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

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

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

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

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

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