#EC80FF

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

Shades of Heliotrope #EC80FF

Tints of Heliotrope #EC80FF

Color information

#EC80FF (or 0xEC80FF) is unknown color: approx Heliotrope. HEX triplet: EC, 80 and FF. RGB value is (236,128,255). Sum of RGB (Red+Green+Blue) = 236+128+255=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80FF is #137F00. Grayscale: #AEAEAE. Windows color (decimal): -1277697 or 16744684. OLE color: 16744684.

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

Color convert

RGB236128255-
CMYK0.070.5000
HSL291.02º100%75.1%-
HSV(B)291.02º49.8%100%-
XYZ60.3640.4999.24-
YUV174.77173.28171.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 128 (50.39% from 255) = 20.68%
BLUE value IS 255 (100% from 255) = 41.20%
R=38.13%
G=20.68%
B=41.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361282550.070.5000291.0210075.1
HexEC80FF73200123644b
Octal35420037776200443144113
Binary1110110010000000111111111111100100010010001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC80FF; }

 p { color: rgb(236,128,255); }

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

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

 a { background-color: rgb(236,128,255); }

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

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

 span { border-color: rgb(236,128,255); }

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