Html Css Color HEX #EC5BDF Free Speech Magenta

📋 copy color: '#EC5BDF'

red 236 ◦ green 91 ◦ blue 223

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

Shades of Free Speech Magenta #EC5BDF

Tints of Free Speech Magenta #EC5BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 42.91%
G = 16.55%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC5BDF (or 0xEC5BDF) is known color: Free Speech Magenta. HEX triplet: EC, 5B and DF. RGB value is (236,91,223). Sum of RGB (Red+Green+Blue) = 236+91+223=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 91 (35.94% from 255 or 16.55% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BDF is #13A420. Grayscale: #959595. Windows color (decimal): -1287201 or 14638060. OLE color: 14638060.

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

Color convert

RGB 236 91 223 -
CMYK 0 0.61 0.06 0.07
HSL 305.38º 0.79% 0.64% -
HSV(B) 305.38º 0.61% 0.93% -
XYZ 51.65 30.64 73 -
YUV 149.4 169.54 189.77 -
System Red Green Blue C M Y K H S L
Decimal 236 91 223 0 0.61 0.06 0.07 305.38 0.79 0.64
Hex EC 5B DF 0 3D 6 7 131 4F 40
Octal 354 133 337 0 75 6 7 461 117 100
Binary 11101100 1011011 11011111 0 111101 110 111 100110001 1001111 1000000

Color Harmonies of #EC5BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5BDF

Black with #EC5BDF

Text Example


Text Example

White with #EC5BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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