Html Css Color HEX #EC50DB Free Speech Magenta

📋 copy color: '#EC50DB'

red 236 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #EC50DB

Tints of Free Speech Magenta #EC50DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.95%

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

R = 44.11%
G = 14.95%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC50DB (or 0xEC50DB) is known color: Free Speech Magenta. HEX triplet: EC, 50 and DB. RGB value is (236,80,219). Sum of RGB (Red+Green+Blue) = 236+80+219=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 80 (31.64% from 255 or 14.95% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50DB is #13AF24. Grayscale: #8E8E8E. Windows color (decimal): -1290021 or 14373100. OLE color: 14373100.

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

Color convert

RGB 236 80 219 -
CMYK 0 0.66 0.07 0.07
HSL 306.54º 0.8% 0.62% -
HSV(B) 306.54º 0.66% 0.93% -
XYZ 50.25 28.68 69.91 -
YUV 142.49 171.18 194.7 -
System Red Green Blue C M Y K H S L
Decimal 236 80 219 0 0.66 0.07 0.07 306.54 0.8 0.62
Hex EC 50 DB 0 42 7 7 133 50 3E
Octal 354 120 333 0 102 7 7 463 120 76
Binary 11101100 1010000 11011011 0 1000010 111 111 100110011 1010000 111110

Color Harmonies of #EC50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50DB

Black with #EC50DB

Text Example


Text Example

White with #EC50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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