Html Css Color HEX #EC46E2 Free Speech Magenta

📋 copy color: '#EC46E2'

red 236 ◦ green 70 ◦ blue 226

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

Shades of Free Speech Magenta #EC46E2

Tints of Free Speech Magenta #EC46E2

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.16%

 BLUE value IS 226 (88.67% from 255) = 42.48%

R = 44.36%
G = 13.16%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EC46E2 (or 0xEC46E2) is known color: Free Speech Magenta. HEX triplet: EC, 46 and E2. RGB value is (236,70,226). Sum of RGB (Red+Green+Blue) = 236+70+226=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 70 (27.73% from 255 or 13.16% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC46E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC46E2 is #13B91D. Grayscale: #888888. Windows color (decimal): -1292574 or 14829292. OLE color: 14829292.

HSL color Cylindrical-coordinate representation of color #EC46E2: hue angle of 303.61º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC46E2 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 70 226 -
CMYK 0 0.70 0.04 0.07
HSL 303.61º 0.81% 0.6% -
HSV(B) 303.61º 0.7% 0.93% -
XYZ 50.51 27.7 74.64 -
YUV 137.42 178 198.32 -
System Red Green Blue C M Y K H S L
Decimal 236 70 226 0 0.70 0.04 0.07 303.61 0.81 0.6
Hex EC 46 E2 0 46 4 7 130 51 3C
Octal 354 106 342 0 106 4 7 460 121 74
Binary 11101100 1000110 11100010 0 1000110 100 111 100110000 1010001 111100

Color Harmonies of #EC46E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC46E2

Black with #EC46E2

Text Example


Text Example

White with #EC46E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC46E2; }

 p { color: rgb(236,70,226); }

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

background-color css

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

 a { background-color: rgb(236,70,226); }

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

border-color css

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

 span { border-color: rgb(236,70,226); }

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