Html Css Color HEX #EC5DE2 Free Speech Magenta

📋 copy color: '#EC5DE2'

red 236 ◦ green 93 ◦ blue 226

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

Shades of Free Speech Magenta #EC5DE2

Tints of Free Speech Magenta #EC5DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.72%

R = 42.52%
G = 16.76%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EC5DE2 (or 0xEC5DE2) is known color: Free Speech Magenta. HEX triplet: EC, 5D and E2. RGB value is (236,93,226). Sum of RGB (Red+Green+Blue) = 236+93+226=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 226 (88.67% from 255 or 40.72% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DE2 is #13A21D. Grayscale: #969696. Windows color (decimal): -1286686 or 14835180. OLE color: 14835180.

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

Color convert

RGB 236 93 226 -
CMYK 0 0.61 0.04 0.07
HSL 304.2º 0.79% 0.65% -
HSV(B) 304.2º 0.61% 0.93% -
XYZ 52.23 31.15 75.21 -
YUV 150.92 170.38 188.69 -
System Red Green Blue C M Y K H S L
Decimal 236 93 226 0 0.61 0.04 0.07 304.2 0.79 0.65
Hex EC 5D E2 0 3D 4 7 130 4F 41
Octal 354 135 342 0 75 4 7 460 117 101
Binary 11101100 1011101 11100010 0 111101 100 111 100110000 1001111 1000001

Color Harmonies of #EC5DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DE2

Black with #EC5DE2

Text Example


Text Example

White with #EC5DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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