Html Css Color HEX #EC5EDA Free Speech Magenta

📋 copy color: '#EC5EDA'

red 236 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #EC5EDA

Tints of Free Speech Magenta #EC5EDA

RGB

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

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

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

R = 43.07%
G = 17.15%
B = 39.78%

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

#EC5EDA (or 0xEC5EDA) is known color: Free Speech Magenta. HEX triplet: EC, 5E and DA. RGB value is (236,94,218). Sum of RGB (Red+Green+Blue) = 236+94+218=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5EDA is #13A125. Grayscale: #969696. Windows color (decimal): -1286438 or 14311148. OLE color: 14311148.

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

Color convert

RGB 236 94 218 -
CMYK 0 0.60 0.08 0.07
HSL 307.61º 0.79% 0.65% -
HSV(B) 307.61º 0.6% 0.93% -
XYZ 51.25 30.9 69.59 -
YUV 150.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 236 94 218 0 0.60 0.08 0.07 307.61 0.79 0.65
Hex EC 5E DA 0 3C 8 7 134 4F 41
Octal 354 136 332 0 74 10 7 464 117 101
Binary 11101100 1011110 11011010 0 111100 1000 111 100110100 1001111 1000001

Color Harmonies of #EC5EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5EDA

Black with #EC5EDA

Text Example


Text Example

White with #EC5EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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