Html Css Color HEX #EC73FC Heliotrope

📋 copy color: '#EC73FC'

red 236 ◦ green 115 ◦ blue 252

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

Shades of Heliotrope #EC73FC

Tints of Heliotrope #EC73FC

RGB

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

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

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

R = 39.14%
G = 19.07%
B = 41.79%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC73FC (or 0xEC73FC) is known color: Heliotrope. HEX triplet: EC, 73 and FC. RGB value is (236,115,252). Sum of RGB (Red+Green+Blue) = 236+115+252=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 115 (45.31% from 255 or 19.07% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC73FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC73FC is #138C03. Grayscale: #A6A6A6. Windows color (decimal): -1281028 or 16544748. OLE color: 16544748.

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

Color convert

RGB 236 115 252 -
CMYK 0.06 0.54 0 0.01
HSL 292.99º 0.96% 0.72% -
HSV(B) 292.99º 0.54% 0.99% -
XYZ 58.29 37.12 96.19 -
YUV 166.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 236 115 252 0.06 0.54 0 0.01 292.99 0.96 0.72
Hex EC 73 FC 6 36 0 1 125 60 48
Octal 354 163 374 6 66 0 1 445 140 110
Binary 11101100 1110011 11111100 110 110110 0 1 100100101 1100000 1001000

Color Harmonies of #EC73FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73FC

Black with #EC73FC

Text Example


Text Example

White with #EC73FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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