Html Css Color HEX #EC56DB Free Speech Magenta

📋 copy color: '#EC56DB'

red 236 ◦ green 86 ◦ blue 219

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

Shades of Free Speech Magenta #EC56DB

Tints of Free Speech Magenta #EC56DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.9%

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

R = 43.62%
G = 15.9%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC56DB (or 0xEC56DB) is known color: Free Speech Magenta. HEX triplet: EC, 56 and DB. RGB value is (236,86,219). Sum of RGB (Red+Green+Blue) = 236+86+219=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 86 (33.98% from 255 or 15.90% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56DB is #13A924. Grayscale: #919191. Windows color (decimal): -1288485 or 14374636. OLE color: 14374636.

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

Color convert

RGB 236 86 219 -
CMYK 0 0.64 0.07 0.07
HSL 306.8º 0.8% 0.63% -
HSV(B) 306.8º 0.64% 0.93% -
XYZ 50.71 29.6 70.06 -
YUV 146.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 236 86 219 0 0.64 0.07 0.07 306.8 0.8 0.63
Hex EC 56 DB 0 40 7 7 133 50 3F
Octal 354 126 333 0 100 7 7 463 120 77
Binary 11101100 1010110 11011011 0 1000000 111 111 100110011 1010000 111111

Color Harmonies of #EC56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC56DB

Black with #EC56DB

Text Example


Text Example

White with #EC56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC56DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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