Html Css Color HEX #EC5BD2 Free Speech Magenta

📋 copy color: '#EC5BD2'

red 236 ◦ green 91 ◦ blue 210

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

Shades of Free Speech Magenta #EC5BD2

Tints of Free Speech Magenta #EC5BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.11%

R = 43.95%
G = 16.95%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC5BD2 (or 0xEC5BD2) is known color: Free Speech Magenta. HEX triplet: EC, 5B and D2. RGB value is (236,91,210). Sum of RGB (Red+Green+Blue) = 236+91+210=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BD2 is #13A42D. Grayscale: #939393. Windows color (decimal): -1287214 or 13786092. OLE color: 13786092.

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

Color convert

RGB 236 91 210 -
CMYK 0 0.61 0.11 0.07
HSL 310.76º 0.79% 0.64% -
HSV(B) 310.76º 0.61% 0.93% -
XYZ 49.97 29.97 64.12 -
YUV 147.92 163.04 190.82 -
System Red Green Blue C M Y K H S L
Decimal 236 91 210 0 0.61 0.11 0.07 310.76 0.79 0.64
Hex EC 5B D2 0 3D B 7 137 4F 40
Octal 354 133 322 0 75 13 7 467 117 100
Binary 11101100 1011011 11010010 0 111101 1011 111 100110111 1001111 1000000

Color Harmonies of #EC5BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5BD2

Black with #EC5BD2

Text Example


Text Example

White with #EC5BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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