Html Css Color HEX #EC6DFD Heliotrope

📋 copy color: '#EC6DFD'

red 236 ◦ green 109 ◦ blue 253

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

Shades of Heliotrope #EC6DFD

Tints of Heliotrope #EC6DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.31%

R = 39.46%
G = 18.23%
B = 42.31%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC6DFD (or 0xEC6DFD) is known color: Heliotrope. HEX triplet: EC, 6D and FD. RGB value is (236,109,253). Sum of RGB (Red+Green+Blue) = 236+109+253=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 109 (42.97% from 255 or 18.23% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC6DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6DFD is #139202. Grayscale: #A2A2A2. Windows color (decimal): -1282563 or 16608748. OLE color: 16608748.

HSL color Cylindrical-coordinate representation of color #EC6DFD: hue angle of 292.92º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6DFD is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 109 253 -
CMYK 0.07 0.57 0 0.01
HSL 292.92º 0.97% 0.71% -
HSV(B) 292.92º 0.57% 0.99% -
XYZ 57.79 35.86 96.8 -
YUV 163.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 236 109 253 0.07 0.57 0 0.01 292.92 0.97 0.71
Hex EC 6D FD 7 39 0 1 125 61 47
Octal 354 155 375 7 71 0 1 445 141 107
Binary 11101100 1101101 11111101 111 111001 0 1 100100101 1100001 1000111

Color Harmonies of #EC6DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DFD

Black with #EC6DFD

Text Example


Text Example

White with #EC6DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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