Html Css Color HEX #EC68FF Heliotrope

📋 copy color: '#EC68FF'

red 236 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #EC68FF

Tints of Heliotrope #EC68FF

RGB

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

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

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

R = 39.66%
G = 17.48%
B = 42.86%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC68FF (or 0xEC68FF) is known color: Heliotrope. HEX triplet: EC, 68 and FF. RGB value is (236,104,255). Sum of RGB (Red+Green+Blue) = 236+104+255=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 104 (41.02% from 255 or 17.48% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC68FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68FF is #139700. Grayscale: #A0A0A0. Windows color (decimal): -1283841 or 16738540. OLE color: 16738540.

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

Color convert

RGB 236 104 255 -
CMYK 0.07 0.59 0 0
HSL 292.45º 1% 0.7% -
HSV(B) 292.45º 0.59% 1% -
XYZ 57.59 34.95 98.32 -
YUV 160.68 181.23 181.72 -
System Red Green Blue C M Y K H S L
Decimal 236 104 255 0.07 0.59 0 0 292.45 1 0.7
Hex EC 68 FF 7 3B 0 0 124 64 46
Octal 354 150 377 7 73 0 0 444 144 106
Binary 11101100 1101000 11111111 111 111011 0 0 100100100 1100100 1000110

Color Harmonies of #EC68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68FF

Black with #EC68FF

Text Example


Text Example

White with #EC68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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