Html Css Color HEX #EC49ED Free Speech Magenta

📋 copy color: '#EC49ED'

red 236 ◦ green 73 ◦ blue 237

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

Shades of Free Speech Magenta #EC49ED

Tints of Free Speech Magenta #EC49ED

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.37%

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 43.22%
G = 13.37%
B = 43.41%

CMYK

 C value IS 0.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC49ED (or 0xEC49ED) is known color: Free Speech Magenta. HEX triplet: EC, 49 and ED. RGB value is (236,73,237). Sum of RGB (Red+Green+Blue) = 236+73+237=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 73 (28.91% from 255 or 13.37% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC49ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC49ED is #13B612. Grayscale: #8B8B8B. Windows color (decimal): -1291795 or 15550956. OLE color: 15550956.

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

Color convert

RGB 236 73 237 -
CMYK 0.00 0.69 0 0.07
HSL 299.63º 0.82% 0.61% -
HSV(B) 299.63º 0.69% 0.93% -
XYZ 52.26 28.71 82.91 -
YUV 140.43 182.5 196.16 -
System Red Green Blue C M Y K H S L
Decimal 236 73 237 0.00 0.69 0 0.07 299.63 0.82 0.61
Hex EC 49 ED 0 45 0 7 12C 52 3D
Octal 354 111 355 0 105 0 7 454 122 75
Binary 11101100 1001001 11101101 0 1000101 0 111 100101100 1010010 111101

Color Harmonies of #EC49ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49ED

Black with #EC49ED

Text Example


Text Example

White with #EC49ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49ED; }

 p { color: rgb(236,73,237); }

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

background-color css

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

 a { background-color: rgb(236,73,237); }

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

border-color css

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

 span { border-color: rgb(236,73,237); }

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