Html Css Color HEX #EC66FD Heliotrope

📋 copy color: '#EC66FD'

red 236 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #EC66FD

Tints of Heliotrope #EC66FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.26%

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

R = 39.93%
G = 17.26%
B = 42.81%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC66FD (or 0xEC66FD) is known color: Heliotrope. HEX triplet: EC, 66 and FD. RGB value is (236,102,253). Sum of RGB (Red+Green+Blue) = 236+102+253=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 102 (40.23% from 255 or 17.26% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC66FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66FD is #139902. Grayscale: #9E9E9E. Windows color (decimal): -1284355 or 16606956. OLE color: 16606956.

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

Color convert

RGB 236 102 253 -
CMYK 0.07 0.60 0 0.01
HSL 293.25º 0.97% 0.7% -
HSV(B) 293.25º 0.6% 0.99% -
XYZ 57.07 34.43 96.57 -
YUV 159.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 236 102 253 0.07 0.60 0 0.01 293.25 0.97 0.7
Hex EC 66 FD 7 3C 0 1 125 61 46
Octal 354 146 375 7 74 0 1 445 141 106
Binary 11101100 1100110 11111101 111 111100 0 1 100100101 1100001 1000110

Color Harmonies of #EC66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC66FD

Black with #EC66FD

Text Example


Text Example

White with #EC66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC66FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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