Html Css Color HEX #EC73F9 Heliotrope

📋 copy color: '#EC73F9'

red 236 ◦ green 115 ◦ blue 249

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

Shades of Heliotrope #EC73F9

Tints of Heliotrope #EC73F9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.17%

 BLUE value IS 249 (97.66% from 255) = 41.5%

R = 39.33%
G = 19.17%
B = 41.5%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC73F9 (or 0xEC73F9) is known color: Heliotrope. HEX triplet: EC, 73 and F9. RGB value is (236,115,249). Sum of RGB (Red+Green+Blue) = 236+115+249=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 115 (45.31% from 255 or 19.17% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC73F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC73F9 is #138C06. Grayscale: #A6A6A6. Windows color (decimal): -1281031 or 16348140. OLE color: 16348140.

HSL color Cylindrical-coordinate representation of color #EC73F9: hue angle of 294.18º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC73F9 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 115 249 -
CMYK 0.05 0.54 0 0.02
HSL 294.18º 0.92% 0.71% -
HSV(B) 294.18º 0.54% 0.98% -
XYZ 57.82 36.93 93.7 -
YUV 166.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 236 115 249 0.05 0.54 0 0.02 294.18 0.92 0.71
Hex EC 73 F9 5 36 0 2 126 5C 47
Octal 354 163 371 5 66 0 2 446 134 107
Binary 11101100 1110011 11111001 101 110110 0 10 100100110 1011100 1000111

Color Harmonies of #EC73F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73F9

Black with #EC73F9

Text Example


Text Example

White with #EC73F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73F9; }

 p { color: rgb(236,115,249); }

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

background-color css

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

 a { background-color: rgb(236,115,249); }

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

border-color css

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

 span { border-color: rgb(236,115,249); }

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