Html Css Color HEX #EC57D9 Free Speech Magenta

📋 copy color: '#EC57D9'

red 236 ◦ green 87 ◦ blue 217

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

Shades of Free Speech Magenta #EC57D9

Tints of Free Speech Magenta #EC57D9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.11%

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

R = 43.7%
G = 16.11%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC57D9 (or 0xEC57D9) is known color: Free Speech Magenta. HEX triplet: EC, 57 and D9. RGB value is (236,87,217). Sum of RGB (Red+Green+Blue) = 236+87+217=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 87 (34.38% from 255 or 16.11% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC57D9 is #13A826. Grayscale: #929292. Windows color (decimal): -1288231 or 14243820. OLE color: 14243820.

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

Color convert

RGB 236 87 217 -
CMYK 0 0.63 0.08 0.07
HSL 307.65º 0.8% 0.63% -
HSV(B) 307.65º 0.63% 0.93% -
XYZ 50.52 29.66 68.71 -
YUV 146.37 167.86 191.93 -
System Red Green Blue C M Y K H S L
Decimal 236 87 217 0 0.63 0.08 0.07 307.65 0.8 0.63
Hex EC 57 D9 0 3F 8 7 134 50 3F
Octal 354 127 331 0 77 10 7 464 120 77
Binary 11101100 1010111 11011001 0 111111 1000 111 100110100 1010000 111111

Color Harmonies of #EC57D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC57D9

Black with #EC57D9

Text Example


Text Example

White with #EC57D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC57D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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