Html Css Color HEX #EC60D9 Free Speech Magenta

📋 copy color: '#EC60D9'

red 236 ◦ green 96 ◦ blue 217

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

Shades of Free Speech Magenta #EC60D9

Tints of Free Speech Magenta #EC60D9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.49%

 BLUE value IS 217 (85.16% from 255) = 39.53%

R = 42.99%
G = 17.49%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC60D9 (or 0xEC60D9) is known color: Free Speech Magenta. HEX triplet: EC, 60 and D9. RGB value is (236,96,217). Sum of RGB (Red+Green+Blue) = 236+96+217=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60D9 is #139F26. Grayscale: #979797. Windows color (decimal): -1285927 or 14246124. OLE color: 14246124.

HSL color Cylindrical-coordinate representation of color #EC60D9: hue angle of 308.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC60D9 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 217 -
CMYK 0 0.59 0.08 0.07
HSL 308.14º 0.79% 0.65% -
HSV(B) 308.14º 0.59% 0.93% -
XYZ 51.3 31.21 68.97 -
YUV 151.65 164.88 188.16 -
System Red Green Blue C M Y K H S L
Decimal 236 96 217 0 0.59 0.08 0.07 308.14 0.79 0.65
Hex EC 60 D9 0 3B 8 7 134 4F 41
Octal 354 140 331 0 73 10 7 464 117 101
Binary 11101100 1100000 11011001 0 111011 1000 111 100110100 1001111 1000001

Color Harmonies of #EC60D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60D9

Black with #EC60D9

Text Example


Text Example

White with #EC60D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60D9; }

 p { color: rgb(236,96,217); }

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

background-color css

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

 a { background-color: rgb(236,96,217); }

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

border-color css

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

 span { border-color: rgb(236,96,217); }

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