#EC70FD

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

Shades of Heliotrope #EC70FD

Tints of Heliotrope #EC70FD

Color information

#EC70FD (or 0xEC70FD) is unknown color: approx Heliotrope. HEX triplet: EC, 70 and FD. RGB value is (236,112,253). Sum of RGB (Red+Green+Blue) = 236+112+253=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 112 (44.14% from 255 or 18.64% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC70FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70FD is #138F02. Grayscale: #A4A4A4. Windows color (decimal): -1281795 or 16609516. OLE color: 16609516.

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

Color convert

RGB236112253-
CMYK0.070.5600.01
HSL292.77º97.24%71.57%-
HSV(B)292.77º55.73%99.22%-
XYZ58.1236.5196.91-
YUV165.15177.58178.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.27%
GREEN value IS 112 (44.14% from 255) = 18.64%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=39.27%
G=18.64%
B=42.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361122530.070.5600.01292.7797.2471.57
HexEC70FD738011256148
Octal35416037577001445141110
Binary111011001110000111111011111110000110010010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC70FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC70FD; }

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

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

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

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

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

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

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

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