Html Css Color HEX #EC48DD Free Speech Magenta

📋 copy color: '#EC48DD'

red 236 ◦ green 72 ◦ blue 221

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

Shades of Free Speech Magenta #EC48DD

Tints of Free Speech Magenta #EC48DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 44.61%
G = 13.61%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC48DD (or 0xEC48DD) is known color: Free Speech Magenta. HEX triplet: EC, 48 and DD. RGB value is (236,72,221). Sum of RGB (Red+Green+Blue) = 236+72+221=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 72 (28.52% from 255 or 13.61% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48DD is #13B722. Grayscale: #898989. Windows color (decimal): -1292067 or 14502124. OLE color: 14502124.

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

Color convert

RGB 236 72 221 -
CMYK 0 0.69 0.06 0.07
HSL 305.49º 0.81% 0.6% -
HSV(B) 305.49º 0.69% 0.93% -
XYZ 49.96 27.69 71.12 -
YUV 138.02 174.83 197.88 -
System Red Green Blue C M Y K H S L
Decimal 236 72 221 0 0.69 0.06 0.07 305.49 0.81 0.6
Hex EC 48 DD 0 45 6 7 131 51 3C
Octal 354 110 335 0 105 6 7 461 121 74
Binary 11101100 1001000 11011101 0 1000101 110 111 100110001 1010001 111100

Color Harmonies of #EC48DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48DD

Black with #EC48DD

Text Example


Text Example

White with #EC48DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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