Html Css Color HEX #EC5DDA Free Speech Magenta

📋 copy color: '#EC5DDA'

red 236 ◦ green 93 ◦ blue 218

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

Shades of Free Speech Magenta #EC5DDA

Tints of Free Speech Magenta #EC5DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 43.14%
G = 17%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC5DDA (or 0xEC5DDA) is known color: Free Speech Magenta. HEX triplet: EC, 5D and DA. RGB value is (236,93,218). Sum of RGB (Red+Green+Blue) = 236+93+218=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DDA is #13A225. Grayscale: #959595. Windows color (decimal): -1286694 or 14310892. OLE color: 14310892.

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

Color convert

RGB 236 93 218 -
CMYK 0 0.61 0.08 0.07
HSL 307.55º 0.79% 0.65% -
HSV(B) 307.55º 0.61% 0.93% -
XYZ 51.16 30.72 69.56 -
YUV 150.01 166.38 189.34 -
System Red Green Blue C M Y K H S L
Decimal 236 93 218 0 0.61 0.08 0.07 307.55 0.79 0.65
Hex EC 5D DA 0 3D 8 7 134 4F 41
Octal 354 135 332 0 75 10 7 464 117 101
Binary 11101100 1011101 11011010 0 111101 1000 111 100110100 1001111 1000001

Color Harmonies of #EC5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DDA

Black with #EC5DDA

Text Example


Text Example

White with #EC5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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