Html Css Color HEX #EC41DF Free Speech Magenta

📋 copy color: '#EC41DF'

red 236 ◦ green 65 ◦ blue 223

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

Shades of Free Speech Magenta #EC41DF

Tints of Free Speech Magenta #EC41DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.4%

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

R = 45.04%
G = 12.4%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC41DF (or 0xEC41DF) is known color: Free Speech Magenta. HEX triplet: EC, 41 and DF. RGB value is (236,65,223). Sum of RGB (Red+Green+Blue) = 236+65+223=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41DF is #13BE20. Grayscale: #858585. Windows color (decimal): -1293857 or 14631404. OLE color: 14631404.

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

Color convert

RGB 236 65 223 -
CMYK 0 0.72 0.06 0.07
HSL 304.56º 0.82% 0.59% -
HSV(B) 304.56º 0.72% 0.93% -
XYZ 49.8 26.94 72.39 -
YUV 134.14 178.15 200.65 -
System Red Green Blue C M Y K H S L
Decimal 236 65 223 0 0.72 0.06 0.07 304.56 0.82 0.59
Hex EC 41 DF 0 48 6 7 131 52 3B
Octal 354 101 337 0 110 6 7 461 122 73
Binary 11101100 1000001 11011111 0 1001000 110 111 100110001 1010010 111011

Color Harmonies of #EC41DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41DF

Black with #EC41DF

Text Example


Text Example

White with #EC41DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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