Html Css Color HEX #EC5AD5 Free Speech Magenta

📋 copy color: '#EC5AD5'

red 236 ◦ green 90 ◦ blue 213

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

Shades of Free Speech Magenta #EC5AD5

Tints of Free Speech Magenta #EC5AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.52%

R = 43.78%
G = 16.7%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC5AD5 (or 0xEC5AD5) is known color: Free Speech Magenta. HEX triplet: EC, 5A and D5. RGB value is (236,90,213). Sum of RGB (Red+Green+Blue) = 236+90+213=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5AD5 is #13A52A. Grayscale: #939393. Windows color (decimal): -1287467 or 13982444. OLE color: 13982444.

HSL color Cylindrical-coordinate representation of color #EC5AD5: hue angle of 309.45º degrees, saturation: 0.79, 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 #EC5AD5 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 90 213 -
CMYK 0 0.62 0.10 0.07
HSL 309.45º 0.79% 0.64% -
HSV(B) 309.45º 0.62% 0.93% -
XYZ 50.26 29.95 66.08 -
YUV 147.68 164.87 191 -
System Red Green Blue C M Y K H S L
Decimal 236 90 213 0 0.62 0.10 0.07 309.45 0.79 0.64
Hex EC 5A D5 0 3E A 7 135 4F 40
Octal 354 132 325 0 76 12 7 465 117 100
Binary 11101100 1011010 11010101 0 111110 1010 111 100110101 1001111 1000000

Color Harmonies of #EC5AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5AD5

Black with #EC5AD5

Text Example


Text Example

White with #EC5AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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