#EC67FD

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

Shades of Heliotrope #EC67FD

Tints of Heliotrope #EC67FD

Color information

#EC67FD (or 0xEC67FD) is unknown color: approx Heliotrope. HEX triplet: EC, 67 and FD. RGB value is (236,103,253). Sum of RGB (Red+Green+Blue) = 236+103+253=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 103 (40.62% from 255 or 17.40% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC67FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC67FD is #139802. Grayscale: #9F9F9F. Windows color (decimal): -1284099 or 16607212. OLE color: 16607212.

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

Color convert

RGB236103253-
CMYK0.070.5900.01
HSL293.2º97.4%69.8%-
HSV(B)293.2º59.29%99.22%-
XYZ57.1734.6396.6-
YUV159.87180.56182.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 103 (40.62% from 255) = 17.40%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=39.86%
G=17.40%
B=42.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361032530.070.5900.01293.297.469.8
HexEC67FD73B011256146
Octal35414737577301445141106
Binary111011001100111111111011111110110110010010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC67FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC67FD; }

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

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

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

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

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

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

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

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