Html Css Color HEX #EC57DD Free Speech Magenta

📋 copy color: '#EC57DD'

red 236 ◦ green 87 ◦ blue 221

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

Shades of Free Speech Magenta #EC57DD

Tints of Free Speech Magenta #EC57DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 43.38%
G = 15.99%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC57DD (or 0xEC57DD) is known color: Free Speech Magenta. HEX triplet: EC, 57 and DD. RGB value is (236,87,221). Sum of RGB (Red+Green+Blue) = 236+87+221=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 87 (34.38% from 255 or 15.99% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC57DD is #13A822. Grayscale: #929292. Windows color (decimal): -1288227 or 14505964. OLE color: 14505964.

HSL color Cylindrical-coordinate representation of color #EC57DD: hue angle of 306.04º 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 #EC57DD is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 87 221 -
CMYK 0 0.63 0.06 0.07
HSL 306.04º 0.8% 0.63% -
HSV(B) 306.04º 0.63% 0.93% -
XYZ 51.05 29.87 71.48 -
YUV 146.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 236 87 221 0 0.63 0.06 0.07 306.04 0.8 0.63
Hex EC 57 DD 0 3F 6 7 132 50 3F
Octal 354 127 335 0 77 6 7 462 120 77
Binary 11101100 1010111 11011101 0 111111 110 111 100110010 1010000 111111

Color Harmonies of #EC57DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC57DD

Black with #EC57DD

Text Example


Text Example

White with #EC57DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC57DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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