Html Css Color HEX #EC5CCD Free Speech Magenta

📋 copy color: '#EC5CCD'

red 236 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Magenta #EC5CCD

Tints of Free Speech Magenta #EC5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.26%

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

R = 44.28%
G = 17.26%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC5CCD (or 0xEC5CCD) is known color: Free Speech Magenta. HEX triplet: EC, 5C and CD. RGB value is (236,92,205). Sum of RGB (Red+Green+Blue) = 236+92+205=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CCD is #13A332. Grayscale: #939393. Windows color (decimal): -1286963 or 13458668. OLE color: 13458668.

HSL color Cylindrical-coordinate representation of color #EC5CCD: hue angle of 312.92º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5CCD is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 92 205 -
CMYK 0 0.61 0.13 0.07
HSL 312.92º 0.79% 0.64% -
HSV(B) 312.92º 0.61% 0.93% -
XYZ 49.44 29.89 60.92 -
YUV 147.94 160.21 190.81 -
System Red Green Blue C M Y K H S L
Decimal 236 92 205 0 0.61 0.13 0.07 312.92 0.79 0.64
Hex EC 5C CD 0 3D D 7 139 4F 40
Octal 354 134 315 0 75 15 7 471 117 100
Binary 11101100 1011100 11001101 0 111101 1101 111 100111001 1001111 1000000

Color Harmonies of #EC5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5CCD

Black with #EC5CCD

Text Example


Text Example

White with #EC5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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