#E56BFC

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

Shades of Heliotrope #E56BFC

Tints of Heliotrope #E56BFC

Color information

#E56BFC (or 0xE56BFC) is unknown color: approx Heliotrope. HEX triplet: E5, 6B and FC. RGB value is (229,107,252). Sum of RGB (Red+Green+Blue) = 229+107+252=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 107 (42.19% from 255 or 18.20% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #E56BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56BFC is #1A9403. Grayscale: #9F9F9F. Windows color (decimal): -1741828 or 16542693. OLE color: 16542693.

HSL color Cylindrical-coordinate representation of color #E56BFC: hue angle of 290.48º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56BFC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229107252-
CMYK0.090.5800.01
HSL290.48º96.03%70.39%-
HSV(B)290.48º57.54%98.82%-
XYZ55.1434.295.79-
YUV160.01179.92177.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.95%
GREEN value IS 107 (42.19% from 255) = 18.20%
BLUE value IS 252 (98.83% from 255) = 42.86%
R=38.95%
G=18.20%
B=42.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291072520.090.5800.01290.4896.0370.39
HexE56BFC93A011226046
Octal345153374117201442140106
Binary1110010111010111111110010011110100110010001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56BFC; }

 p { color: rgb(229,107,252); }

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

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

 a { background-color: rgb(229,107,252); }

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

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

 span { border-color: rgb(229,107,252); }

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