#EC69FD

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

Shades of Heliotrope #EC69FD

Tints of Heliotrope #EC69FD

Color information

#EC69FD (or 0xEC69FD) is unknown color: approx Heliotrope. HEX triplet: EC, 69 and FD. RGB value is (236,105,253). Sum of RGB (Red+Green+Blue) = 236+105+253=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 105 (41.41% from 255 or 17.68% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC69FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69FD is #139602. Grayscale: #A0A0A0. Windows color (decimal): -1283587 or 16607724. OLE color: 16607724.

HSL color Cylindrical-coordinate representation of color #EC69FD: hue angle of 293.11º degrees, saturation: 0.97, 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 #EC69FD is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236105253-
CMYK0.070.5800.01
HSL293.11º97.37%70.2%-
HSV(B)293.11º58.5%99.22%-
XYZ57.3735.0396.67-
YUV161.04179.9181.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 105 (41.41% from 255) = 17.68%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=39.73%
G=17.68%
B=42.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361052530.070.5800.01293.1197.3770.2
HexEC69FD73A011256146
Octal35415137577201445141106
Binary111011001101001111111011111110100110010010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC69FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC69FD; }

 p { color: rgb(236,105,253); }

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

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

 a { background-color: rgb(236,105,253); }

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

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

 span { border-color: rgb(236,105,253); }

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