#E27EFD

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

Shades of Heliotrope #E27EFD

Tints of Heliotrope #E27EFD

Color information

#E27EFD (or 0xE27EFD) is unknown color: approx Heliotrope. HEX triplet: E2, 7E and FD. RGB value is (226,126,253). Sum of RGB (Red+Green+Blue) = 226+126+253=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 126 (49.61% from 255 or 20.83% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #E27EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27EFD is #1D8102. Grayscale: #A9A9A9. Windows color (decimal): -1933571 or 16613090. OLE color: 16613090.

HSL color Cylindrical-coordinate representation of color #E27EFD: hue angle of 287.24º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27EFD is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226126253-
CMYK0.110.5000.01
HSL287.24º96.95%74.31%-
HSV(B)287.24º50.2%99.22%-
XYZ56.5538.1897.32-
YUV170.38174.63167.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.36%
GREEN value IS 126 (49.61% from 255) = 20.83%
BLUE value IS 253 (99.22% from 255) = 41.82%
R=37.36%
G=20.83%
B=41.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261262530.110.5000.01287.2496.9574.31
HexE27EFDB320111f614a
Octal342176375136201437141112
Binary1110001011111101111110110111100100110001111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27EFD; }

 p { color: rgb(226,126,253); }

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

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

 a { background-color: rgb(226,126,253); }

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

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

 span { border-color: rgb(226,126,253); }

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