Html Css Color HEX #EC57DB Free Speech Magenta

📋 copy color: '#EC57DB'

red 236 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Magenta #EC57DB

Tints of Free Speech Magenta #EC57DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 43.54%
G = 16.05%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC57DB (or 0xEC57DB) is known color: Free Speech Magenta. HEX triplet: EC, 57 and DB. RGB value is (236,87,219). Sum of RGB (Red+Green+Blue) = 236+87+219=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 87 (34.38% from 255 or 16.05% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC57DB is #13A824. Grayscale: #929292. Windows color (decimal): -1288229 or 14374892. OLE color: 14374892.

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

Color convert

RGB 236 87 219 -
CMYK 0 0.63 0.07 0.07
HSL 306.85º 0.8% 0.63% -
HSV(B) 306.85º 0.63% 0.93% -
XYZ 50.79 29.76 70.09 -
YUV 146.6 168.86 191.77 -
System Red Green Blue C M Y K H S L
Decimal 236 87 219 0 0.63 0.07 0.07 306.85 0.8 0.63
Hex EC 57 DB 0 3F 7 7 133 50 3F
Octal 354 127 333 0 77 7 7 463 120 77
Binary 11101100 1010111 11011011 0 111111 111 111 100110011 1010000 111111

Color Harmonies of #EC57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC57DB

Black with #EC57DB

Text Example


Text Example

White with #EC57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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