Html Css Color HEX #EC46E5 Free Speech Magenta

📋 copy color: '#EC46E5'

red 236 ◦ green 70 ◦ blue 229

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

Shades of Free Speech Magenta #EC46E5

Tints of Free Speech Magenta #EC46E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.8%

R = 44.11%
G = 13.08%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC46E5 (or 0xEC46E5) is known color: Free Speech Magenta. HEX triplet: EC, 46 and E5. RGB value is (236,70,229). Sum of RGB (Red+Green+Blue) = 236+70+229=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 70 (27.73% from 255 or 13.08% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC46E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC46E5 is #13B91A. Grayscale: #898989. Windows color (decimal): -1292571 or 15025900. OLE color: 15025900.

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

Color convert

RGB 236 70 229 -
CMYK 0 0.70 0.03 0.07
HSL 302.53º 0.81% 0.6% -
HSV(B) 302.53º 0.7% 0.93% -
XYZ 50.93 27.87 76.82 -
YUV 137.76 179.5 198.07 -
System Red Green Blue C M Y K H S L
Decimal 236 70 229 0 0.70 0.03 0.07 302.53 0.81 0.6
Hex EC 46 E5 0 46 3 7 12F 51 3C
Octal 354 106 345 0 106 3 7 457 121 74
Binary 11101100 1000110 11100101 0 1000110 11 111 100101111 1010001 111100

Color Harmonies of #EC46E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC46E5

Black with #EC46E5

Text Example


Text Example

White with #EC46E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC46E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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