#EC6BFA

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

Shades of Heliotrope #EC6BFA

Tints of Heliotrope #EC6BFA

Color information

#EC6BFA (or 0xEC6BFA) is unknown color: approx Heliotrope. HEX triplet: EC, 6B and FA. RGB value is (236,107,250). Sum of RGB (Red+Green+Blue) = 236+107+250=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 107 (42.19% from 255 or 18.04% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC6BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BFA is #139405. Grayscale: #A1A1A1. Windows color (decimal): -1283078 or 16411628. OLE color: 16411628.

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

Color convert

RGB236107250-
CMYK0.060.5700.02
HSL294.13º93.46%70%-
HSV(B)294.13º57.2%98.04%-
XYZ57.1135.2594.24-
YUV161.87177.74180.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 107 (42.19% from 255) = 18.04%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=39.80%
G=18.04%
B=42.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361072500.060.5700.02294.1393.4670
HexEC6BFA639021265d46
Octal35415337267102446135106
Binary1110110011010111111101011011100101010010011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6BFA; }

 p { color: rgb(236,107,250); }

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

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

 a { background-color: rgb(236,107,250); }

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

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

 span { border-color: rgb(236,107,250); }

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