Html Css Color HEX #EC6CFF Heliotrope

📋 copy color: '#EC6CFF'

red 236 ◦ green 108 ◦ blue 255

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

Shades of Heliotrope #EC6CFF

Tints of Heliotrope #EC6CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.03%

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

R = 39.4%
G = 18.03%
B = 42.57%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC6CFF (or 0xEC6CFF) is known color: Heliotrope. HEX triplet: EC, 6C and FF. RGB value is (236,108,255). Sum of RGB (Red+Green+Blue) = 236+108+255=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 108 (42.58% from 255 or 18.03% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC6CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6CFF is #139300. Grayscale: #A2A2A2. Windows color (decimal): -1282817 or 16739564. OLE color: 16739564.

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

Color convert

RGB 236 108 255 -
CMYK 0.07 0.58 0 0
HSL 292.24º 1% 0.71% -
HSV(B) 292.24º 0.58% 1% -
XYZ 58 35.78 98.46 -
YUV 163.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 236 108 255 0.07 0.58 0 0 292.24 1 0.71
Hex EC 6C FF 7 3A 0 0 124 64 47
Octal 354 154 377 7 72 0 0 444 144 107
Binary 11101100 1101100 11111111 111 111010 0 0 100100100 1100100 1000111

Color Harmonies of #EC6CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6CFF

Black with #EC6CFF

Text Example


Text Example

White with #EC6CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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