Html Css Color HEX #EC47CB Free Speech Magenta

📋 copy color: '#EC47CB'

red 236 ◦ green 71 ◦ blue 203

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

Shades of Free Speech Magenta #EC47CB

Tints of Free Speech Magenta #EC47CB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.92%

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 46.27%
G = 13.92%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC47CB (or 0xEC47CB) is known color: Free Speech Magenta. HEX triplet: EC, 47 and CB. RGB value is (236,71,203). Sum of RGB (Red+Green+Blue) = 236+71+203=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47CB is #13B834. Grayscale: #878787. Windows color (decimal): -1292341 or 13322220. OLE color: 13322220.

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

Color convert

RGB 236 71 203 -
CMYK 0 0.70 0.14 0.07
HSL 312º 0.81% 0.6% -
HSV(B) 312º 0.7% 0.93% -
XYZ 47.62 26.65 59.13 -
YUV 135.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 236 71 203 0 0.70 0.14 0.07 312 0.81 0.6
Hex EC 47 CB 0 46 E 7 138 51 3C
Octal 354 107 313 0 106 16 7 470 121 74
Binary 11101100 1000111 11001011 0 1000110 1110 111 100111000 1010001 111100

Color Harmonies of #EC47CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47CB

Black with #EC47CB

Text Example


Text Example

White with #EC47CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47CB; }

 p { color: rgb(236,71,203); }

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

background-color css

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

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

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

border-color css

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

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

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