Html Css Color HEX #EC5BDA Free Speech Magenta

📋 copy color: '#EC5BDA'

red 236 ◦ green 91 ◦ blue 218

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

Shades of Free Speech Magenta #EC5BDA

Tints of Free Speech Magenta #EC5BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.7%

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

R = 43.3%
G = 16.7%
B = 40%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC5BDA (or 0xEC5BDA) is known color: Free Speech Magenta. HEX triplet: EC, 5B and DA. RGB value is (236,91,218). Sum of RGB (Red+Green+Blue) = 236+91+218=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 91 (35.94% from 255 or 16.70% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BDA is #13A425. Grayscale: #949494. Windows color (decimal): -1287206 or 14310380. OLE color: 14310380.

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

Color convert

RGB 236 91 218 -
CMYK 0 0.61 0.08 0.07
HSL 307.45º 0.79% 0.64% -
HSV(B) 307.45º 0.61% 0.93% -
XYZ 50.99 30.38 69.51 -
YUV 148.83 167.04 190.17 -
System Red Green Blue C M Y K H S L
Decimal 236 91 218 0 0.61 0.08 0.07 307.45 0.79 0.64
Hex EC 5B DA 0 3D 8 7 133 4F 40
Octal 354 133 332 0 75 10 7 463 117 100
Binary 11101100 1011011 11011010 0 111101 1000 111 100110011 1001111 1000000

Color Harmonies of #EC5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5BDA

Black with #EC5BDA

Text Example


Text Example

White with #EC5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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