Html Css Color HEX #EC6EFD Heliotrope

📋 copy color: '#EC6EFD'

red 236 ◦ green 110 ◦ blue 253

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

Shades of Heliotrope #EC6EFD

Tints of Heliotrope #EC6EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.36%

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

R = 39.4%
G = 18.36%
B = 42.24%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC6EFD (or 0xEC6EFD) is known color: Heliotrope. HEX triplet: EC, 6E and FD. RGB value is (236,110,253). Sum of RGB (Red+Green+Blue) = 236+110+253=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 110 (43.36% from 255 or 18.36% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC6EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6EFD is #139102. Grayscale: #A3A3A3. Windows color (decimal): -1282307 or 16609004. OLE color: 16609004.

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

Color convert

RGB 236 110 253 -
CMYK 0.07 0.57 0 0.01
HSL 292.87º 0.97% 0.71% -
HSV(B) 292.87º 0.57% 0.99% -
XYZ 57.9 36.08 96.84 -
YUV 163.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 236 110 253 0.07 0.57 0 0.01 292.87 0.97 0.71
Hex EC 6E FD 7 39 0 1 125 61 47
Octal 354 156 375 7 71 0 1 445 141 107
Binary 11101100 1101110 11111101 111 111001 0 1 100100101 1100001 1000111

Color Harmonies of #EC6EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6EFD

Black with #EC6EFD

Text Example


Text Example

White with #EC6EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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