#E68BFD

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

Shades of Heliotrope #E68BFD

Tints of Heliotrope #E68BFD

Color information

#E68BFD (or 0xE68BFD) is unknown color: approx Heliotrope. HEX triplet: E6, 8B and FD. RGB value is (230,139,253). Sum of RGB (Red+Green+Blue) = 230+139+253=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 139 (54.69% from 255 or 22.35% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #E68BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68BFD is #197402. Grayscale: #B2B2B2. Windows color (decimal): -1668099 or 16616422. OLE color: 16616422.

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

Color convert

RGB230139253-
CMYK0.090.4500.01
HSL287.89º96.61%76.86%-
HSV(B)287.89º45.06%99.22%-
XYZ59.642.3897.97-
YUV179.2169.65164.23-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.98%
GREEN value IS 139 (54.69% from 255) = 22.35%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=36.98%
G=22.35%
B=40.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301392530.090.4500.01287.8996.6176.86
HexE68BFD92D01120614d
Octal346213375115501440141115
Binary11100110100010111111110110011011010110010000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68BFD; }

 p { color: rgb(230,139,253); }

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

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

 a { background-color: rgb(230,139,253); }

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

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

 span { border-color: rgb(230,139,253); }

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