Html Css Color HEX #EC6DFA Heliotrope

📋 copy color: '#EC6DFA'

red 236 ◦ green 109 ◦ blue 250

#EC6DFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #EC6DFA

Tints of Heliotrope #EC6DFA

RGB

 RED value IS 236 (92.58% from 255) = 39.66%

 GREEN value IS 109 (42.97% from 255) = 18.32%

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 39.66%
G = 18.32%
B = 42.02%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC6DFA (or 0xEC6DFA) is known color: Heliotrope. HEX triplet: EC, 6D and FA. RGB value is (236,109,250). Sum of RGB (Red+Green+Blue) = 236+109+250=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 109 (42.97% from 255 or 18.32% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC6DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6DFA is #139205. Grayscale: #A2A2A2. Windows color (decimal): -1282566 or 16412140. OLE color: 16412140.

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

Color convert

RGB 236 109 250 -
CMYK 0.06 0.56 0 0.02
HSL 294.04º 0.93% 0.7% -
HSV(B) 294.04º 0.56% 0.98% -
XYZ 57.32 35.67 94.31 -
YUV 163.05 177.08 180.04 -
System Red Green Blue C M Y K H S L
Decimal 236 109 250 0.06 0.56 0 0.02 294.04 0.93 0.7
Hex EC 6D FA 6 38 0 2 126 5D 46
Octal 354 155 372 6 70 0 2 446 135 106
Binary 11101100 1101101 11111010 110 111000 0 10 100100110 1011101 1000110

Color Harmonies of #EC6DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DFA

Black with #EC6DFA

Text Example


Text Example

White with #EC6DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DFA; }

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

 H1.HeaderClassName
 {
   color: #EC6DFA;
 }
 .AnyTagClassName
 {
   color: #EC6DFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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