#E968FD

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

Shades of Heliotrope #E968FD

Tints of Heliotrope #E968FD

Color information

#E968FD (or 0xE968FD) is unknown color: approx Heliotrope. HEX triplet: E9, 68 and FD. RGB value is (233,104,253). Sum of RGB (Red+Green+Blue) = 233+104+253=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 104 (41.02% from 255 or 17.63% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #E968FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E968FD is #169702. Grayscale: #9F9F9F. Windows color (decimal): -1480451 or 16607465. OLE color: 16607465.

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

Color convert

RGB233104253-
CMYK0.080.5900.01
HSL291.95º97.39%70%-
HSV(B)291.95º58.89%99.22%-
XYZ56.2834.3296.59-
YUV159.56180.74180.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.49%
GREEN value IS 104 (41.02% from 255) = 17.63%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=39.49%
G=17.63%
B=42.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331042530.080.5900.01291.9597.3970
HexE968FD83B011246146
Octal351150375107301444141106
Binary1110100111010001111110110001110110110010010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E968FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E968FD; }

 p { color: rgb(233,104,253); }

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

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

 a { background-color: rgb(233,104,253); }

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

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

 span { border-color: rgb(233,104,253); }

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