Html Css Color HEX #EC68FD Heliotrope

📋 copy color: '#EC68FD'

red 236 ◦ green 104 ◦ blue 253

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

Shades of Heliotrope #EC68FD

Tints of Heliotrope #EC68FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.66%

R = 39.8%
G = 17.54%
B = 42.66%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC68FD (or 0xEC68FD) is known color: Heliotrope. HEX triplet: EC, 68 and FD. RGB value is (236,104,253). Sum of RGB (Red+Green+Blue) = 236+104+253=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 104 (41.02% from 255 or 17.54% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC68FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68FD is #139702. Grayscale: #9F9F9F. Windows color (decimal): -1283843 or 16607468. OLE color: 16607468.

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

Color convert

RGB 236 104 253 -
CMYK 0.07 0.59 0 0.01
HSL 293.15º 0.97% 0.7% -
HSV(B) 293.15º 0.59% 0.99% -
XYZ 57.27 34.83 96.63 -
YUV 160.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 236 104 253 0.07 0.59 0 0.01 293.15 0.97 0.7
Hex EC 68 FD 7 3B 0 1 125 61 46
Octal 354 150 375 7 73 0 1 445 141 106
Binary 11101100 1101000 11111101 111 111011 0 1 100100101 1100001 1000110

Color Harmonies of #EC68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68FD

Black with #EC68FD

Text Example


Text Example

White with #EC68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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