#E27BFC

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

Shades of Heliotrope #E27BFC

Tints of Heliotrope #E27BFC

Color information

#E27BFC (or 0xE27BFC) is unknown color: approx Heliotrope. HEX triplet: E2, 7B and FC. RGB value is (226,123,252). Sum of RGB (Red+Green+Blue) = 226+123+252=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 123 (48.44% from 255 or 20.47% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #E27BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27BFC is #1D8403. Grayscale: #A8A8A8. Windows color (decimal): -1934340 or 16546786. OLE color: 16546786.

HSL color Cylindrical-coordinate representation of color #E27BFC: hue angle of 287.91º degrees, saturation: 0.96, 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 #E27BFC is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226123252-
CMYK0.100.5100.01
HSL287.91º95.56%73.53%-
HSV(B)287.91º51.19%98.82%-
XYZ56.0237.3696.35-
YUV168.5175.12169.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 123 (48.44% from 255) = 20.47%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=37.60%
G=20.47%
B=41.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261232520.100.5100.01287.9195.5673.53
HexE27BFCA3301120604a
Octal342173374126301440140112
Binary1110001011110111111110010101100110110010000011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27BFC; }

 p { color: rgb(226,123,252); }

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

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

 a { background-color: rgb(226,123,252); }

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

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

 span { border-color: rgb(226,123,252); }

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