Html Css Color HEX #EC5AED Free Speech Magenta

📋 copy color: '#EC5AED'

red 236 ◦ green 90 ◦ blue 237

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

Shades of Free Speech Magenta #EC5AED

Tints of Free Speech Magenta #EC5AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.99%

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 41.92%
G = 15.99%
B = 42.1%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC5AED (or 0xEC5AED) is known color: Free Speech Magenta. HEX triplet: EC, 5A and ED. RGB value is (236,90,237). Sum of RGB (Red+Green+Blue) = 236+90+237=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC5AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5AED is #13A512. Grayscale: #959595. Windows color (decimal): -1287443 or 15555308. OLE color: 15555308.

HSL color Cylindrical-coordinate representation of color #EC5AED: hue angle of 299.59º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5AED is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 90 237 -
CMYK 0.00 0.62 0 0.07
HSL 299.59º 0.8% 0.64% -
HSV(B) 299.59º 0.62% 0.93% -
XYZ 53.53 31.26 83.33 -
YUV 150.41 176.87 189.05 -
System Red Green Blue C M Y K H S L
Decimal 236 90 237 0.00 0.62 0 0.07 299.59 0.8 0.64
Hex EC 5A ED 0 3E 0 7 12C 50 40
Octal 354 132 355 0 76 0 7 454 120 100
Binary 11101100 1011010 11101101 0 111110 0 111 100101100 1010000 1000000

Color Harmonies of #EC5AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5AED

Black with #EC5AED

Text Example


Text Example

White with #EC5AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5AED; }

 p { color: rgb(236,90,237); }

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

background-color css

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

 a { background-color: rgb(236,90,237); }

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

border-color css

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

 span { border-color: rgb(236,90,237); }

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