#EC70FB

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

Shades of Heliotrope #EC70FB

Tints of Heliotrope #EC70FB

Color information

#EC70FB (or 0xEC70FB) is unknown color: approx Heliotrope. HEX triplet: EC, 70 and FB. RGB value is (236,112,251). Sum of RGB (Red+Green+Blue) = 236+112+251=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 112 (44.14% from 255 or 18.70% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC70FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70FB is #138F04. Grayscale: #A4A4A4. Windows color (decimal): -1281797 or 16478444. OLE color: 16478444.

HSL color Cylindrical-coordinate representation of color #EC70FB: hue angle of 293.53º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC70FB is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236112251-
CMYK0.060.5500.02
HSL293.53º94.56%71.18%-
HSV(B)293.53º55.38%98.43%-
XYZ57.836.3995.24-
YUV164.92176.58178.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 112 (44.14% from 255) = 18.70%
BLUE value IS 251 (98.44% from 255) = 41.90%
R=39.40%
G=18.70%
B=41.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361122510.060.5500.02293.5394.5671.18
HexEC70FB637021265f47
Octal35416037366702446137107
Binary1110110011100001111101111011011101010010011010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC70FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC70FB; }

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

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

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

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

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

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

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

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