Html Css Color HEX #EC5EDF Free Speech Magenta

📋 copy color: '#EC5EDF'

red 236 ◦ green 94 ◦ blue 223

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

Shades of Free Speech Magenta #EC5EDF

Tints of Free Speech Magenta #EC5EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17%

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

R = 42.68%
G = 17%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC5EDF (or 0xEC5EDF) is known color: Free Speech Magenta. HEX triplet: EC, 5E and DF. RGB value is (236,94,223). Sum of RGB (Red+Green+Blue) = 236+94+223=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5EDF is #13A120. Grayscale: #969696. Windows color (decimal): -1286433 or 14638828. OLE color: 14638828.

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

Color convert

RGB 236 94 223 -
CMYK 0 0.60 0.06 0.07
HSL 305.49º 0.79% 0.65% -
HSV(B) 305.49º 0.6% 0.93% -
XYZ 51.91 31.17 73.09 -
YUV 151.16 168.54 188.51 -
System Red Green Blue C M Y K H S L
Decimal 236 94 223 0 0.60 0.06 0.07 305.49 0.79 0.65
Hex EC 5E DF 0 3C 6 7 131 4F 41
Octal 354 136 337 0 74 6 7 461 117 101
Binary 11101100 1011110 11011111 0 111100 110 111 100110001 1001111 1000001

Color Harmonies of #EC5EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5EDF

Black with #EC5EDF

Text Example


Text Example

White with #EC5EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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