Html Css Color HEX #EC72FF Heliotrope

📋 copy color: '#EC72FF'

red 236 ◦ green 114 ◦ blue 255

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

Shades of Heliotrope #EC72FF

Tints of Heliotrope #EC72FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.15%

R = 39.01%
G = 18.84%
B = 42.15%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC72FF (or 0xEC72FF) is known color: Heliotrope. HEX triplet: EC, 72 and FF. RGB value is (236,114,255). Sum of RGB (Red+Green+Blue) = 236+114+255=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 114 (44.92% from 255 or 18.84% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC72FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72FF is #138D00. Grayscale: #A6A6A6. Windows color (decimal): -1281281 or 16741100. OLE color: 16741100.

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

Color convert

RGB 236 114 255 -
CMYK 0.07 0.55 0 0
HSL 291.91º 1% 0.72% -
HSV(B) 291.91º 0.55% 1% -
XYZ 58.66 37.09 98.67 -
YUV 166.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 236 114 255 0.07 0.55 0 0 291.91 1 0.72
Hex EC 72 FF 7 37 0 0 124 64 48
Octal 354 162 377 7 67 0 0 444 144 110
Binary 11101100 1110010 11111111 111 110111 0 0 100100100 1100100 1001000

Color Harmonies of #EC72FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72FF

Black with #EC72FF

Text Example


Text Example

White with #EC72FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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