Html Css Color HEX #EC78FC Heliotrope

📋 copy color: '#EC78FC'

red 236 ◦ green 120 ◦ blue 252

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

Shades of Heliotrope #EC78FC

Tints of Heliotrope #EC78FC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 19.74%

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

R = 38.82%
G = 19.74%
B = 41.45%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC78FC (or 0xEC78FC) is known color: Heliotrope. HEX triplet: EC, 78 and FC. RGB value is (236,120,252). Sum of RGB (Red+Green+Blue) = 236+120+252=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 120 (47.27% from 255 or 19.74% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC78FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC78FC is #138703. Grayscale: #A9A9A9. Windows color (decimal): -1279748 or 16546028. OLE color: 16546028.

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

Color convert

RGB 236 120 252 -
CMYK 0.06 0.52 0 0.01
HSL 292.73º 0.96% 0.73% -
HSV(B) 292.73º 0.52% 0.99% -
XYZ 58.88 38.29 96.38 -
YUV 169.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 236 120 252 0.06 0.52 0 0.01 292.73 0.96 0.73
Hex EC 78 FC 6 34 0 1 125 60 49
Octal 354 170 374 6 64 0 1 445 140 111
Binary 11101100 1111000 11111100 110 110100 0 1 100100101 1100000 1001001

Color Harmonies of #EC78FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78FC

Black with #EC78FC

Text Example


Text Example

White with #EC78FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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