Html Css Color HEX #EC5FDC Free Speech Magenta

📋 copy color: '#EC5FDC'

red 236 ◦ green 95 ◦ blue 220

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

Shades of Free Speech Magenta #EC5FDC

Tints of Free Speech Magenta #EC5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.24%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 42.83%
G = 17.24%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC5FDC (or 0xEC5FDC) is known color: Free Speech Magenta. HEX triplet: EC, 5F and DC. RGB value is (236,95,220). Sum of RGB (Red+Green+Blue) = 236+95+220=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FDC is #13A023. Grayscale: #979797. Windows color (decimal): -1286180 or 14442476. OLE color: 14442476.

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

Color convert

RGB 236 95 220 -
CMYK 0 0.60 0.07 0.07
HSL 306.81º 0.79% 0.65% -
HSV(B) 306.81º 0.6% 0.93% -
XYZ 51.6 31.18 71.01 -
YUV 151.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 236 95 220 0 0.60 0.07 0.07 306.81 0.79 0.65
Hex EC 5F DC 0 3C 7 7 133 4F 41
Octal 354 137 334 0 74 7 7 463 117 101
Binary 11101100 1011111 11011100 0 111100 111 111 100110011 1001111 1000001

Color Harmonies of #EC5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5FDC

Black with #EC5FDC

Text Example


Text Example

White with #EC5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5FDC; }

 p { color: rgb(236,95,220); }

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

background-color css

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

 a { background-color: rgb(236,95,220); }

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

border-color css

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

 span { border-color: rgb(236,95,220); }

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