Html Css Color HEX #EC41DC Free Speech Magenta

📋 copy color: '#EC41DC'

red 236 ◦ green 65 ◦ blue 220

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

Shades of Free Speech Magenta #EC41DC

Tints of Free Speech Magenta #EC41DC

RGB

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

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

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

R = 45.3%
G = 12.48%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC41DC (or 0xEC41DC) is known color: Free Speech Magenta. HEX triplet: EC, 41 and DC. RGB value is (236,65,220). Sum of RGB (Red+Green+Blue) = 236+65+220=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 65 (25.78% from 255 or 12.48% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41DC is #13BE23. Grayscale: #858585. Windows color (decimal): -1293860 or 14434796. OLE color: 14434796.

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

Color convert

RGB 236 65 220 -
CMYK 0 0.72 0.07 0.07
HSL 305.61º 0.82% 0.59% -
HSV(B) 305.61º 0.72% 0.93% -
XYZ 49.4 26.78 70.28 -
YUV 133.8 176.65 200.9 -
System Red Green Blue C M Y K H S L
Decimal 236 65 220 0 0.72 0.07 0.07 305.61 0.82 0.59
Hex EC 41 DC 0 48 7 7 132 52 3B
Octal 354 101 334 0 110 7 7 462 122 73
Binary 11101100 1000001 11011100 0 1001000 111 111 100110010 1010010 111011

Color Harmonies of #EC41DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41DC

Black with #EC41DC

Text Example


Text Example

White with #EC41DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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