Html Css Color HEX #EC5ACD Free Speech Magenta

📋 copy color: '#EC5ACD'

red 236 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Magenta #EC5ACD

Tints of Free Speech Magenta #EC5ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 44.44%
G = 16.95%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC5ACD (or 0xEC5ACD) is known color: Free Speech Magenta. HEX triplet: EC, 5A and CD. RGB value is (236,90,205). Sum of RGB (Red+Green+Blue) = 236+90+205=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ACD is #13A532. Grayscale: #929292. Windows color (decimal): -1287475 or 13458156. OLE color: 13458156.

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

Color convert

RGB 236 90 205 -
CMYK 0 0.62 0.13 0.07
HSL 312.74º 0.79% 0.64% -
HSV(B) 312.74º 0.62% 0.93% -
XYZ 49.27 29.55 60.87 -
YUV 146.76 160.87 191.65 -
System Red Green Blue C M Y K H S L
Decimal 236 90 205 0 0.62 0.13 0.07 312.74 0.79 0.64
Hex EC 5A CD 0 3E D 7 139 4F 40
Octal 354 132 315 0 76 15 7 471 117 100
Binary 11101100 1011010 11001101 0 111110 1101 111 100111001 1001111 1000000

Color Harmonies of #EC5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5ACD

Black with #EC5ACD

Text Example


Text Example

White with #EC5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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