Html Css Color HEX #EC68FE Heliotrope

📋 copy color: '#EC68FE'

red 236 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #EC68FE

Tints of Heliotrope #EC68FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.51%

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 39.73%
G = 17.51%
B = 42.76%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC68FE (or 0xEC68FE) is known color: Heliotrope. HEX triplet: EC, 68 and FE. RGB value is (236,104,254). Sum of RGB (Red+Green+Blue) = 236+104+254=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 104 (41.02% from 255 or 17.51% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC68FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68FE is #139701. Grayscale: #A0A0A0. Windows color (decimal): -1283842 or 16673004. OLE color: 16673004.

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

Color convert

RGB 236 104 254 -
CMYK 0.07 0.59 0 0.00
HSL 292.8º 0.99% 0.7% -
HSV(B) 292.8º 0.59% 1% -
XYZ 57.43 34.89 97.47 -
YUV 160.57 180.73 181.8 -
System Red Green Blue C M Y K H S L
Decimal 236 104 254 0.07 0.59 0 0.00 292.8 0.99 0.7
Hex EC 68 FE 7 3B 0 0 125 63 46
Octal 354 150 376 7 73 0 0 445 143 106
Binary 11101100 1101000 11111110 111 111011 0 0 100100101 1100011 1000110

Color Harmonies of #EC68FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68FE

Black with #EC68FE

Text Example


Text Example

White with #EC68FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68FE; }

 p { color: rgb(236,104,254); }

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

background-color css

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

 a { background-color: rgb(236,104,254); }

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

border-color css

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

 span { border-color: rgb(236,104,254); }

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