Html Css Color HEX #EC5ADA Free Speech Magenta

📋 copy color: '#EC5ADA'

red 236 ◦ green 90 ◦ blue 218

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

Shades of Free Speech Magenta #EC5ADA

Tints of Free Speech Magenta #EC5ADA

RGB

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

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

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

R = 43.38%
G = 16.54%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC5ADA (or 0xEC5ADA) is known color: Free Speech Magenta. HEX triplet: EC, 5A and DA. RGB value is (236,90,218). Sum of RGB (Red+Green+Blue) = 236+90+218=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ADA is #13A525. Grayscale: #939393. Windows color (decimal): -1287462 or 14310124. OLE color: 14310124.

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

Color convert

RGB 236 90 218 -
CMYK 0 0.62 0.08 0.07
HSL 307.4º 0.79% 0.64% -
HSV(B) 307.4º 0.62% 0.93% -
XYZ 50.9 30.21 69.48 -
YUV 148.25 167.37 190.59 -
System Red Green Blue C M Y K H S L
Decimal 236 90 218 0 0.62 0.08 0.07 307.4 0.79 0.64
Hex EC 5A DA 0 3E 8 7 133 4F 40
Octal 354 132 332 0 76 10 7 463 117 100
Binary 11101100 1011010 11011010 0 111110 1000 111 100110011 1001111 1000000

Color Harmonies of #EC5ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5ADA

Black with #EC5ADA

Text Example


Text Example

White with #EC5ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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