Html Css Color HEX #EC64D9 Free Speech Magenta

📋 copy color: '#EC64D9'

red 236 ◦ green 100 ◦ blue 217

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

Shades of Free Speech Magenta #EC64D9

Tints of Free Speech Magenta #EC64D9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.08%

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

R = 42.68%
G = 18.08%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC64D9 (or 0xEC64D9) is known color: Free Speech Magenta. HEX triplet: EC, 64 and D9. RGB value is (236,100,217). Sum of RGB (Red+Green+Blue) = 236+100+217=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64D9 is #139B26. Grayscale: #999999. Windows color (decimal): -1284903 or 14247148. OLE color: 14247148.

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

Color convert

RGB 236 100 217 -
CMYK 0 0.58 0.08 0.07
HSL 308.38º 0.78% 0.66% -
HSV(B) 308.38º 0.58% 0.93% -
XYZ 51.67 31.96 69.09 -
YUV 154 163.56 186.49 -
System Red Green Blue C M Y K H S L
Decimal 236 100 217 0 0.58 0.08 0.07 308.38 0.78 0.66
Hex EC 64 D9 0 3A 8 7 134 4E 42
Octal 354 144 331 0 72 10 7 464 116 102
Binary 11101100 1100100 11011001 0 111010 1000 111 100110100 1001110 1000010

Color Harmonies of #EC64D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC64D9

Black with #EC64D9

Text Example


Text Example

White with #EC64D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC64D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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