Html Css Color HEX #EC48CA Free Speech Magenta

📋 copy color: '#EC48CA'

red 236 ◦ green 72 ◦ blue 202

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

Shades of Free Speech Magenta #EC48CA

Tints of Free Speech Magenta #EC48CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.61%

R = 46.27%
G = 14.12%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC48CA (or 0xEC48CA) is known color: Free Speech Magenta. HEX triplet: EC, 48 and CA. RGB value is (236,72,202). Sum of RGB (Red+Green+Blue) = 236+72+202=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48CA is #13B735. Grayscale: #878787. Windows color (decimal): -1292086 or 13256940. OLE color: 13256940.

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

Color convert

RGB 236 72 202 -
CMYK 0 0.69 0.14 0.07
HSL 312.44º 0.81% 0.6% -
HSV(B) 312.44º 0.69% 0.93% -
XYZ 47.57 26.73 58.53 -
YUV 135.86 165.33 199.43 -
System Red Green Blue C M Y K H S L
Decimal 236 72 202 0 0.69 0.14 0.07 312.44 0.81 0.6
Hex EC 48 CA 0 45 E 7 138 51 3C
Octal 354 110 312 0 105 16 7 470 121 74
Binary 11101100 1001000 11001010 0 1000101 1110 111 100111000 1010001 111100

Color Harmonies of #EC48CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48CA

Black with #EC48CA

Text Example


Text Example

White with #EC48CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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