Html Css Color HEX #EC66D9 Free Speech Magenta

📋 copy color: '#EC66D9'

red 236 ◦ green 102 ◦ blue 217

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

Shades of Free Speech Magenta #EC66D9

Tints of Free Speech Magenta #EC66D9

RGB

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

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

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

R = 42.52%
G = 18.38%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC66D9 (or 0xEC66D9) is known color: Free Speech Magenta. HEX triplet: EC, 66 and D9. RGB value is (236,102,217). Sum of RGB (Red+Green+Blue) = 236+102+217=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66D9 is #139926. Grayscale: #9A9A9A. Windows color (decimal): -1284391 or 14247660. OLE color: 14247660.

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

Color convert

RGB 236 102 217 -
CMYK 0 0.57 0.08 0.07
HSL 308.51º 0.78% 0.66% -
HSV(B) 308.51º 0.57% 0.93% -
XYZ 51.87 32.35 69.16 -
YUV 155.18 162.89 185.65 -
System Red Green Blue C M Y K H S L
Decimal 236 102 217 0 0.57 0.08 0.07 308.51 0.78 0.66
Hex EC 66 D9 0 39 8 7 135 4E 42
Octal 354 146 331 0 71 10 7 465 116 102
Binary 11101100 1100110 11011001 0 111001 1000 111 100110101 1001110 1000010

Color Harmonies of #EC66D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC66D9

Black with #EC66D9

Text Example


Text Example

White with #EC66D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC66D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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