#E27DFD

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

Shades of Heliotrope #E27DFD

Tints of Heliotrope #E27DFD

Color information

#E27DFD (or 0xE27DFD) is unknown color: approx Heliotrope. HEX triplet: E2, 7D and FD. RGB value is (226,125,253). Sum of RGB (Red+Green+Blue) = 226+125+253=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 125 (49.22% from 255 or 20.70% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #E27DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27DFD is #1D8202. Grayscale: #A9A9A9. Windows color (decimal): -1933827 or 16612834. OLE color: 16612834.

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

Color convert

RGB226125253-
CMYK0.110.5100.01
HSL287.34º96.97%74.12%-
HSV(B)287.34º50.59%99.22%-
XYZ56.4337.9397.28-
YUV169.79174.96168.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.42%
GREEN value IS 125 (49.22% from 255) = 20.70%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=37.42%
G=20.70%
B=41.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261252530.110.5100.01287.3496.9774.12
HexE27DFDB330111f614a
Octal342175375136301437141112
Binary1110001011111011111110110111100110110001111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27DFD; }

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

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

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

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

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

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

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

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