#EC68E9

Color #EC68E9 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EC68E9

Tints of Free Speech Magenta #EC68E9

Color information

#EC68E9 (or 0xEC68E9) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 68 and E9. RGB value is (236,104,233). Sum of RGB (Red+Green+Blue) = 236+104+233=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 104 (41.02% from 255 or 18.15% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68E9 is #139716. Grayscale: #9D9D9D. Windows color (decimal): -1283863 or 15296748. OLE color: 15296748.

HSL color Cylindrical-coordinate representation of color #EC68E9: hue angle of 301.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC68E9 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236104233-
CMYK00.560.010.07
HSL301.36º77.65%66.67%-
HSV(B)301.36º55.93%92.55%-
XYZ54.2533.6280.72-
YUV158.17170.23183.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 104 (41.02% from 255) = 18.15%
BLUE value IS 233 (91.41% from 255) = 40.66%
R=41.19%
G=18.15%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610423300.560.010.07301.3677.6566.67
HexEC68E90381712d4e43
Octal35415035107017455116103
Binary111011001101000111010010111000111110010110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC68E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC68E9; }

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

 H1.HeaderClassName
 {
   color: #EC68E9;
 }
 .AnyTagClassName
 {
   color: #EC68E9;
 }
</style>
background-color css

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

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

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

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

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

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