Html Css Color HEX #EC48EC Free Speech Magenta

📋 copy color: '#EC48EC'

red 236 ◦ green 72 ◦ blue 236

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

Shades of Free Speech Magenta #EC48EC

Tints of Free Speech Magenta #EC48EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.24%

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 43.38%
G = 13.24%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC48EC (or 0xEC48EC) is known color: Free Speech Magenta. HEX triplet: EC, 48 and EC. RGB value is (236,72,236). Sum of RGB (Red+Green+Blue) = 236+72+236=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 72 (28.52% from 255 or 13.24% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC48EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC48EC is #13B713. Grayscale: #8B8B8B. Windows color (decimal): -1292052 or 15485164. OLE color: 15485164.

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

Color convert

RGB 236 72 236 -
CMYK 0 0.69 0 0.07
HSL 300º 0.81% 0.6% -
HSV(B) 300º 0.69% 0.93% -
XYZ 52.05 28.52 82.12 -
YUV 139.73 182.33 196.66 -
System Red Green Blue C M Y K H S L
Decimal 236 72 236 0 0.69 0 0.07 300 0.81 0.6
Hex EC 48 EC 0 45 0 7 12C 51 3C
Octal 354 110 354 0 105 0 7 454 121 74
Binary 11101100 1001000 11101100 0 1000101 0 111 100101100 1010001 111100

Color Harmonies of #EC48EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48EC

Black with #EC48EC

Text Example


Text Example

White with #EC48EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48EC; }

 p { color: rgb(236,72,236); }

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

background-color css

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

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

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

border-color css

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

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

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