Html Css Color HEX #EC5DCD Free Speech Magenta

📋 copy color: '#EC5DCD'

red 236 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Magenta #EC5DCD

Tints of Free Speech Magenta #EC5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.42%

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

R = 44.19%
G = 17.42%
B = 38.39%

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

#EC5DCD (or 0xEC5DCD) is known color: Free Speech Magenta. HEX triplet: EC, 5D and CD. RGB value is (236,93,205). Sum of RGB (Red+Green+Blue) = 236+93+205=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DCD is #13A232. Grayscale: #949494. Windows color (decimal): -1286707 or 13458924. OLE color: 13458924.

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

Color convert

RGB 236 93 205 -
CMYK 0 0.61 0.13 0.07
HSL 313.01º 0.79% 0.65% -
HSV(B) 313.01º 0.61% 0.93% -
XYZ 49.53 30.07 60.95 -
YUV 148.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 236 93 205 0 0.61 0.13 0.07 313.01 0.79 0.65
Hex EC 5D CD 0 3D D 7 139 4F 41
Octal 354 135 315 0 75 15 7 471 117 101
Binary 11101100 1011101 11001101 0 111101 1101 111 100111001 1001111 1000001

Color Harmonies of #EC5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DCD

Black with #EC5DCD

Text Example


Text Example

White with #EC5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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