Html Css Color HEX #EC5ACE Free Speech Magenta

📋 copy color: '#EC5ACE'

red 236 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Magenta #EC5ACE

Tints of Free Speech Magenta #EC5ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 44.36%
G = 16.92%
B = 38.72%

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

#EC5ACE (or 0xEC5ACE) is known color: Free Speech Magenta. HEX triplet: EC, 5A and CE. RGB value is (236,90,206). Sum of RGB (Red+Green+Blue) = 236+90+206=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ACE is #13A531. Grayscale: #929292. Windows color (decimal): -1287474 or 13523692. OLE color: 13523692.

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

Color convert

RGB 236 90 206 -
CMYK 0 0.62 0.13 0.07
HSL 312.33º 0.79% 0.64% -
HSV(B) 312.33º 0.62% 0.93% -
XYZ 49.39 29.6 61.5 -
YUV 146.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 236 90 206 0 0.62 0.13 0.07 312.33 0.79 0.64
Hex EC 5A CE 0 3E D 7 138 4F 40
Octal 354 132 316 0 76 15 7 470 117 100
Binary 11101100 1011010 11001110 0 111110 1101 111 100111000 1001111 1000000

Color Harmonies of #EC5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5ACE

Black with #EC5ACE

Text Example


Text Example

White with #EC5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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