Html Css Color HEX #EC5CD2 Free Speech Magenta

📋 copy color: '#EC5CD2'

red 236 ◦ green 92 ◦ blue 210

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

Shades of Free Speech Magenta #EC5CD2

Tints of Free Speech Magenta #EC5CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.03%

R = 43.87%
G = 17.1%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC5CD2 (or 0xEC5CD2) is known color: Free Speech Magenta. HEX triplet: EC, 5C and D2. RGB value is (236,92,210). Sum of RGB (Red+Green+Blue) = 236+92+210=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 92 (36.33% from 255 or 17.10% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CD2 is #13A32D. Grayscale: #949494. Windows color (decimal): -1286958 or 13786348. OLE color: 13786348.

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

Color convert

RGB 236 92 210 -
CMYK 0 0.61 0.11 0.07
HSL 310.83º 0.79% 0.64% -
HSV(B) 310.83º 0.61% 0.93% -
XYZ 50.05 30.14 64.15 -
YUV 148.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 236 92 210 0 0.61 0.11 0.07 310.83 0.79 0.64
Hex EC 5C D2 0 3D B 7 137 4F 40
Octal 354 134 322 0 75 13 7 467 117 100
Binary 11101100 1011100 11010010 0 111101 1011 111 100110111 1001111 1000000

Color Harmonies of #EC5CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5CD2

Black with #EC5CD2

Text Example


Text Example

White with #EC5CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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