Html Css Color HEX #EC5DDF Free Speech Magenta

📋 copy color: '#EC5DDF'

red 236 ◦ green 93 ◦ blue 223

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

Shades of Free Speech Magenta #EC5DDF

Tints of Free Speech Magenta #EC5DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.85%

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

R = 42.75%
G = 16.85%
B = 40.4%

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

#EC5DDF (or 0xEC5DDF) is known color: Free Speech Magenta. HEX triplet: EC, 5D and DF. RGB value is (236,93,223). Sum of RGB (Red+Green+Blue) = 236+93+223=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DDF is #13A220. Grayscale: #969696. Windows color (decimal): -1286689 or 14638572. OLE color: 14638572.

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

Color convert

RGB 236 93 223 -
CMYK 0 0.61 0.06 0.07
HSL 305.45º 0.79% 0.65% -
HSV(B) 305.45º 0.61% 0.93% -
XYZ 51.83 30.99 73.06 -
YUV 150.58 168.88 188.93 -
System Red Green Blue C M Y K H S L
Decimal 236 93 223 0 0.61 0.06 0.07 305.45 0.79 0.65
Hex EC 5D DF 0 3D 6 7 131 4F 41
Octal 354 135 337 0 75 6 7 461 117 101
Binary 11101100 1011101 11011111 0 111101 110 111 100110001 1001111 1000001

Color Harmonies of #EC5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DDF

Black with #EC5DDF

Text Example


Text Example

White with #EC5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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