Html Css Color HEX #EC51CD Free Speech Magenta

📋 copy color: '#EC51CD'

red 236 ◦ green 81 ◦ blue 205

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

Shades of Free Speech Magenta #EC51CD

Tints of Free Speech Magenta #EC51CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 45.21%
G = 15.52%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC51CD (or 0xEC51CD) is known color: Free Speech Magenta. HEX triplet: EC, 51 and CD. RGB value is (236,81,205). Sum of RGB (Red+Green+Blue) = 236+81+205=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51CD is #13AE32. Grayscale: #8D8D8D. Windows color (decimal): -1289779 or 13455852. OLE color: 13455852.

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

Color convert

RGB 236 81 205 -
CMYK 0 0.66 0.13 0.07
HSL 312º 0.8% 0.62% -
HSV(B) 312º 0.66% 0.93% -
XYZ 48.55 28.13 60.63 -
YUV 141.48 163.85 195.42 -
System Red Green Blue C M Y K H S L
Decimal 236 81 205 0 0.66 0.13 0.07 312 0.8 0.62
Hex EC 51 CD 0 42 D 7 138 50 3E
Octal 354 121 315 0 102 15 7 470 120 76
Binary 11101100 1010001 11001101 0 1000010 1101 111 100111000 1010000 111110

Color Harmonies of #EC51CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC51CD

Black with #EC51CD

Text Example


Text Example

White with #EC51CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC51CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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