Html Css Color HEX #EC72F9 Heliotrope

📋 copy color: '#EC72F9'

red 236 ◦ green 114 ◦ blue 249

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

Shades of Heliotrope #EC72F9

Tints of Heliotrope #EC72F9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.03%

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

R = 39.4%
G = 19.03%
B = 41.57%

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

#EC72F9 (or 0xEC72F9) is known color: Heliotrope. HEX triplet: EC, 72 and F9. RGB value is (236,114,249). Sum of RGB (Red+Green+Blue) = 236+114+249=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 114 (44.92% from 255 or 19.03% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC72F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72F9 is #138D06. Grayscale: #A5A5A5. Windows color (decimal): -1281287 or 16347884. OLE color: 16347884.

HSL color Cylindrical-coordinate representation of color #EC72F9: hue angle of 294.22º 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 #EC72F9 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 114 249 -
CMYK 0.05 0.54 0 0.02
HSL 294.22º 0.92% 0.71% -
HSV(B) 294.22º 0.54% 0.98% -
XYZ 57.71 36.71 93.67 -
YUV 165.87 174.92 178.02 -
System Red Green Blue C M Y K H S L
Decimal 236 114 249 0.05 0.54 0 0.02 294.22 0.92 0.71
Hex EC 72 F9 5 36 0 2 126 5C 47
Octal 354 162 371 5 66 0 2 446 134 107
Binary 11101100 1110010 11111001 101 110110 0 10 100100110 1011100 1000111

Color Harmonies of #EC72F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72F9

Black with #EC72F9

Text Example


Text Example

White with #EC72F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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