Html Css Color HEX #EC57DA Free Speech Magenta

📋 copy color: '#EC57DA'

red 236 ◦ green 87 ◦ blue 218

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

Shades of Free Speech Magenta #EC57DA

Tints of Free Speech Magenta #EC57DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 43.62%
G = 16.08%
B = 40.3%

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

#EC57DA (or 0xEC57DA) is known color: Free Speech Magenta. HEX triplet: EC, 57 and DA. RGB value is (236,87,218). Sum of RGB (Red+Green+Blue) = 236+87+218=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 87 (34.38% from 255 or 16.08% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC57DA is #13A825. Grayscale: #929292. Windows color (decimal): -1288230 or 14309356. OLE color: 14309356.

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

Color convert

RGB 236 87 218 -
CMYK 0 0.63 0.08 0.07
HSL 307.25º 0.8% 0.63% -
HSV(B) 307.25º 0.63% 0.93% -
XYZ 50.66 29.71 69.39 -
YUV 146.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 236 87 218 0 0.63 0.08 0.07 307.25 0.8 0.63
Hex EC 57 DA 0 3F 8 7 133 50 3F
Octal 354 127 332 0 77 10 7 463 120 77
Binary 11101100 1010111 11011010 0 111111 1000 111 100110011 1010000 111111

Color Harmonies of #EC57DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC57DA

Black with #EC57DA

Text Example


Text Example

White with #EC57DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC57DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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