#E65DFC

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

Shades of Heliotrope #E65DFC

Tints of Heliotrope #E65DFC

Color information

#E65DFC (or 0xE65DFC) is unknown color: approx Heliotrope. HEX triplet: E6, 5D and FC. RGB value is (230,93,252). Sum of RGB (Red+Green+Blue) = 230+93+252=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 93 (36.72% from 255 or 16.17% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #E65DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65DFC is #19A203. Grayscale: #979797. Windows color (decimal): -1679876 or 16539110. OLE color: 16539110.

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

Color convert

RGB23093252-
CMYK0.090.6300.01
HSL291.7º96.36%67.65%-
HSV(B)291.7º63.1%98.82%-
XYZ54.1231.6895.36-
YUV152.09184.39183.57-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 93 (36.72% from 255) = 16.17%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=40%
G=16.17%
B=43.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal230932520.090.6300.01291.796.3667.65
HexE65DFC93F011246044
Octal346135374117701444140104
Binary1110011010111011111110010011111110110010010011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65DFC; }

 p { color: rgb(230,93,252); }

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

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

 a { background-color: rgb(230,93,252); }

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

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

 span { border-color: rgb(230,93,252); }

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