Html Css Color HEX #EC72FC Heliotrope

📋 copy color: '#EC72FC'

red 236 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #EC72FC

Tints of Heliotrope #EC72FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 39.2%
G = 18.94%
B = 41.86%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC72FC (or 0xEC72FC) is known color: Heliotrope. HEX triplet: EC, 72 and FC. RGB value is (236,114,252). Sum of RGB (Red+Green+Blue) = 236+114+252=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 114 (44.92% from 255 or 18.94% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC72FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72FC is #138D03. Grayscale: #A5A5A5. Windows color (decimal): -1281284 or 16544492. OLE color: 16544492.

HSL color Cylindrical-coordinate representation of color #EC72FC: hue angle of 293.04º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC72FC is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 114 252 -
CMYK 0.06 0.55 0 0.01
HSL 293.04º 0.96% 0.72% -
HSV(B) 293.04º 0.55% 0.99% -
XYZ 58.18 36.9 96.15 -
YUV 166.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 236 114 252 0.06 0.55 0 0.01 293.04 0.96 0.72
Hex EC 72 FC 6 37 0 1 125 60 48
Octal 354 162 374 6 67 0 1 445 140 110
Binary 11101100 1110010 11111100 110 110111 0 1 100100101 1100000 1001000

Color Harmonies of #EC72FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72FC

Black with #EC72FC

Text Example


Text Example

White with #EC72FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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