#EC7FFE

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

Shades of Heliotrope #EC7FFE

Tints of Heliotrope #EC7FFE

Color information

#EC7FFE (or 0xEC7FFE) is unknown color: approx Heliotrope. HEX triplet: EC, 7F and FE. RGB value is (236,127,254). Sum of RGB (Red+Green+Blue) = 236+127+254=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 127 (50% from 255 or 20.58% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC7FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FFE is #138001. Grayscale: #ADADAD. Windows color (decimal): -1277954 or 16678892. OLE color: 16678892.

HSL color Cylindrical-coordinate representation of color #EC7FFE: hue angle of 291.5º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7FFE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236127254-
CMYK0.070.5000.00
HSL291.5º98.45%74.71%-
HSV(B)291.5º50%99.61%-
XYZ60.0740.1798.35-
YUV174.07173.11172.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 127 (50% from 255) = 20.58%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=38.25%
G=20.58%
B=41.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361272540.070.5000.00291.598.4574.71
HexEC7FFE73200123624b
Octal35417737676200443142113
Binary111011001111111111111101111100100010010001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7FFE; }

 p { color: rgb(236,127,254); }

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

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

 a { background-color: rgb(236,127,254); }

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

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

 span { border-color: rgb(236,127,254); }

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