Html Css Color HEX #EC49DB Free Speech Magenta

📋 copy color: '#EC49DB'

red 236 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Magenta #EC49DB

Tints of Free Speech Magenta #EC49DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.83%

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

R = 44.7%
G = 13.83%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC49DB (or 0xEC49DB) is known color: Free Speech Magenta. HEX triplet: EC, 49 and DB. RGB value is (236,73,219). Sum of RGB (Red+Green+Blue) = 236+73+219=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49DB is #13B624. Grayscale: #898989. Windows color (decimal): -1291813 or 14371308. OLE color: 14371308.

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

Color convert

RGB 236 73 219 -
CMYK 0 0.69 0.07 0.07
HSL 306.26º 0.81% 0.61% -
HSV(B) 306.26º 0.69% 0.93% -
XYZ 49.76 27.71 69.74 -
YUV 138.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 236 73 219 0 0.69 0.07 0.07 306.26 0.81 0.61
Hex EC 49 DB 0 45 7 7 132 51 3D
Octal 354 111 333 0 105 7 7 462 121 75
Binary 11101100 1001001 11011011 0 1000101 111 111 100110010 1010001 111101

Color Harmonies of #EC49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49DB

Black with #EC49DB

Text Example


Text Example

White with #EC49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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