Html Css Color HEX #EC5ED8 Free Speech Magenta

📋 copy color: '#EC5ED8'

red 236 ◦ green 94 ◦ blue 216

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

Shades of Free Speech Magenta #EC5ED8

Tints of Free Speech Magenta #EC5ED8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.22%

 BLUE value IS 216 (84.77% from 255) = 39.56%

R = 43.22%
G = 17.22%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC5ED8 (or 0xEC5ED8) is known color: Free Speech Magenta. HEX triplet: EC, 5E and D8. RGB value is (236,94,216). Sum of RGB (Red+Green+Blue) = 236+94+216=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ED8 is #13A127. Grayscale: #969696. Windows color (decimal): -1286440 or 14180076. OLE color: 14180076.

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

Color convert

RGB 236 94 216 -
CMYK 0 0.60 0.08 0.07
HSL 308.45º 0.79% 0.65% -
HSV(B) 308.45º 0.6% 0.93% -
XYZ 50.99 30.8 68.22 -
YUV 150.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 236 94 216 0 0.60 0.08 0.07 308.45 0.79 0.65
Hex EC 5E D8 0 3C 8 7 134 4F 41
Octal 354 136 330 0 74 10 7 464 117 101
Binary 11101100 1011110 11011000 0 111100 1000 111 100110100 1001111 1000001

Color Harmonies of #EC5ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5ED8

Black with #EC5ED8

Text Example


Text Example

White with #EC5ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5ED8; }

 p { color: rgb(236,94,216); }

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

background-color css

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

 a { background-color: rgb(236,94,216); }

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

border-color css

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

 span { border-color: rgb(236,94,216); }

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