Html Css Color HEX #EC51CB Free Speech Magenta

📋 copy color: '#EC51CB'

red 236 ◦ green 81 ◦ blue 203

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

Shades of Free Speech Magenta #EC51CB

Tints of Free Speech Magenta #EC51CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.58%

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

R = 45.38%
G = 15.58%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC51CB (or 0xEC51CB) is known color: Free Speech Magenta. HEX triplet: EC, 51 and CB. RGB value is (236,81,203). Sum of RGB (Red+Green+Blue) = 236+81+203=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51CB is #13AE34. Grayscale: #8C8C8C. Windows color (decimal): -1289781 or 13324780. OLE color: 13324780.

HSL color Cylindrical-coordinate representation of color #EC51CB: hue angle of 312.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC51CB is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 81 203 -
CMYK 0 0.66 0.14 0.07
HSL 312.77º 0.8% 0.62% -
HSV(B) 312.77º 0.66% 0.93% -
XYZ 48.31 28.03 59.36 -
YUV 141.25 162.85 195.58 -
System Red Green Blue C M Y K H S L
Decimal 236 81 203 0 0.66 0.14 0.07 312.77 0.8 0.62
Hex EC 51 CB 0 42 E 7 139 50 3E
Octal 354 121 313 0 102 16 7 471 120 76
Binary 11101100 1010001 11001011 0 1000010 1110 111 100111001 1010000 111110

Color Harmonies of #EC51CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC51CB

Black with #EC51CB

Text Example


Text Example

White with #EC51CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC51CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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